Anybody have a favourite web-based WYSIWYG HTML editor? "David Heinemeier Hansson" <david / loudthinking.com> wrote in message news:13DC7DF9-AD69-11D8-A2EA-000A958E6254 / loudthinking.com... > > But what about having a wiki document written in pure HTML? > > [...] This would allow existing HTML editing > > controls (e.g. FCKEdit, htmlArea) to be easily leveraged for wiki use. > > This could work. The pure HTML would just be another markup language, > just like Textile, Markdown, or RDoc. And either the standard rules for > [[wiki word]] and WikiWords are just retained (so people write that > manually) or they could be processed as you say through a class. > > It's obvious that this approach would require all users on a HTML-only > wiki to use the WYSIWYG control. But that might be just fine for some > organisations. > > Please do have a stab at such an implementation.