2011/1/4 Brion Vibber <br...@pobox.com>:

>
>
> Indeed, Google Docs has an optimized editing UI for Android and iOS
> that focuses precisely on making it easy to make a quick change to a
> paragraph in a document or a cell in a spreadsheet (with concurrent
> editing).
>
>
> http://www.intomobile.com/2010/11/17/mobile-edit-google-docs-android-iphone-ipad/
>


A little bit of OT: try the new image vector image editor of Google Docs; it
exports images into svg format, and I found it excellent to build such
images and to upload them into Commons.


Now a "free roaming thought" about templates, just to share an exotic idea.
The main issue of template syntax, is casual, free, unpredictable mixture of
 attributes and contents into template parameters. It's necessary, IMHO,  to
convert them into somehow "well  formed structures" so that content could
pulled out from the template code. This abstract structure could be this
one:
{{template name begin|param1|param2|...}}
      {{optional content 1 begin}}
           text 1....
      {{optional content 1 end}}
      {{optional content 2 begin}}
           text 2....
      {{optional content 2 end}}
   .....
  {{template name end}}

Alex
_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to