On 09-11-2010 00:44, Eduardo wrote: > The web2py admin app comes with a nice code editor for use in the > browser. I wonder if anyone knows of an HTML app/code I could add to > my appadmin. In my personal website app, I am adding articles to the > db as HTML, but I also would like to be able to edit what I've already > inserted through the browser. > > Well, if it's not asking too much, being able to edit the entry on my > favorite text editor would be an excellent alternative! > > What strategy do you people recommend in case there are no such > options? > > Thanks, > > Eduardo I'm not sure if this very useful, but I'm doing some experiments trying to embed QtWebKit in wxPython, and was amazed how easy you could make an wysiwyg editor with webkit. I wonder if there are browsers who have implemented the editor feature. At least it also seems possible with html5: http://arstechnica.com/open-source/guides/2009/07/how-to-build-a-desktop-wysiwyg-editor-with-webkit-and-html-5.ars
cheers, Stef

