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.

Reply via email to