grensladawritezor plugin by Stanford Ng
Semi-raw HTML WYSIWYG editor
Last updated on 2006-07-31. Provides Syntax.
No compatibility info given!
Similar to dokuwikifck, fckw, wysiwyg, wysiwyg_nicedit.
This is a quick and dirty DokuWiki plugin I whipped up to try out full HTML editing. It adds a new tag <EMBEDDED_HTML>, and everything within is interpreted as full HTML. The editor uses FCKEditor to provide wysiwyg editing, although certain features had to be disabled as they don't play well with DokuWiki's XHTML renderer's default escaping. This is probably a “good thing” ™ since allowing full HTML access is potentially a bit dangerous. Nonetheless, it's a bit tricky to tell what sequences will and will not break. The plugin is mostly used internally by a trusted group of users, so that was not a design priority. Also, right now, only one <EMBEDDED_HTML> section per page is supported. Feel free to mess around with it and try out lots of different ideas. It's in a very rough state right now, but I thought I'd throw it out there and get a sense of what the pain points are.
You can find the plugin at Source Forge