I like it. I am going to add this. If nothing breaks it will stay. On Mar 1, 7:28 am, Timothy Farrell <tfarr...@swgen.com> wrote: > The best summary is that it converts a CSS selector into HTML. Watch > the video here to get a good idea: > > http://vimeo.com/7405114 > > -tim > > On 2/28/2010 6:43 AM, mdipierro wrote: > > > Can you explain a little bit about what this does? > > > On Feb 26, 10:27 am, Dragonfyre13<dragonfyr...@gmail.com> wrote: > > >> Even better! > > >>http://zen-coding.ru/demo/ > > >> That is a demo of zenhtml running against editarea, the default editor > >> in web2py. Putting zenhtml with our editarea would be pure awesome. > > >> I'd love to see the next version of web2py include zenhtml and zencss > >> included in the next version of web2py, and it doesn't look difficult > >> to throw in there. > >> On Feb 25, 8:13 pm, mdipierro<mdipie...@cs.depaul.edu> wrote: > > >>> cool. thanks. > > >>> On Feb 25, 9:49 am, selecta<gr...@delarue-berlin.de> wrote: > > >>>> Sometimes you still have to write html in web2py which is annoying. It > >>>> might not be new to all of you but I just discovered zen html that > >>>> really speeds up the process. > >>>> In my example i customized the zen key to ctrl + z > > >>>> What it does: > > >>>> type > >>>> div.box<ctrl+z> > >>>> and you get > >>>> <div class="box"></div> > >>>> with you cursor in the middle of the divs ready to type :) > > >>>> even better > >>>> table>tr*3>td<ctrl+z> > >>>> and you get > >>>> <table> > >>>> <tr> > >>>> <td></td> > >>>> </tr> > >>>> <tr> > >>>> <td></td> > >>>> </tr> > >>>> <tr> > >>>> <td></td> > >>>> </tr> > >>>> </table> > > >>>> there are plugins for vim, emacs, textmate ...I love it, you might > >>>> too, check it out > > >>>> here is a vid showing zen htmlhttp://vimeo.com/7405114 > > >>>> and here the projecthttp://code.google.com/p/zen-coding/ > > >>>> I usehttp://www.vim.org/scripts/script.php?script_id=2981 > >>>> just dropped the plugin into .vim/ftplugin/html/ and edited the > >>>> shortcut to something convenient > >>>> :)
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.