TiddlyWiki5 uses contentEditable. One of triggers for TiddlyWiki5 was Firefox finally supporting contentEditable instead of just designMode. It now means (as you've seen from the HTML5 docs) that we've got a moderately reasonable, reasonable cross-browser API for rich text editting.
The trick that I got very excited about was experimenting with what happens when you've got a non-contentEditable DIV embedded inside a contentEditable one. The non-edittable DIV behaves like a token, or a single meta character, and can be copied and pasted quite happily. I felt this was awesome as it allows us to get the best of wikitext in a WYSIWYG context Cheers Jeremy On Fri, Jan 29, 2010 at 12:06 PM, Paul Downey <[email protected]> wrote: >>> you get a proper WYSIWYG editor, and that when Google looks at a >>> TiddlyWiki5 file it will also see the content properly. > > I wonder how this plays with HTML 5 ContentEditable, > which is gathering support: > > http://blog.whatwg.org/the-road-to-html-5-contenteditable > > -- > Paul (psd) > http://blog.whatfettle.com > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/tiddlywikidev?hl=en. > > -- Jeremy Ruston mailto:[email protected] http://www.tiddlywiki.com -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
