[Trac] WYSIWYG Edits
Frazier, Stephen
frazier at ugs.com
Thu Jun 23 08:03:20 CDT 2005
> On Thu, 2005-06-23 at 08:16 -0400, Brian Duke wrote:
> > Has anyone found/created a wysiwyg type editor for wiki? This could
be
> > an embedded applet, javascript or even a separate web page that
would
> > allow you to do wysiwyg editing and then cut/paste the wiki markup.
> > The problem I have found with wiki is that developers don't mind the
> > non-wysiwyg, but everyone else does.
>
> This sounds very interesting to me as well. A quick search
> brought up http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi
> which works with the moinmoin Wiki engine (IIRC, Trac uses this
> as well?) It looks very nice and would be great to adapt into
> Trac.
>
This seems to store the edits in raw HTML and not translate it back into
wiki markup. This is the main problem with most wysiwyg wiki editors.
The only one I have seen to get close to a truly functioning editor is:
http://twiki.org/cgi-bin/view/Plugins/KupuEditorAddOn. This editor
correctly handles the translations to and from wiki markup which is
necessary to keep the wiki functioning correctly.
More information about the Trac
mailing list