I understand but I am more scared of how we need to learn this. Is there
going to be a new book or should I just read docs? I know it is an addon but
I like to keep up with the time. The only thing I am afraid of is that new
users will think 'what the h*ll is he doing'.

I respect your opinions!

Pynthon

2010/3/1 Mengu <whalb...@gmail.com>

> this is just awesome. i really would use this with web2py. and it also
> has a gedit bundling so i'm going to learn and use :)
>
> thanks for letting us know selecta.
>
> On 25 Şubat, 17:49, 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<web2py%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/web2py?hl=en.
>
>

-- 
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