= Wysiwyg embedded editor = '''Note:''' superceded by TracWysiwygPlugin. == Description == Wysiwyg editor embedded into trac that emits wiki syntax. see also t:#1682. == Demonstration Version, things missing == The following is missing in this demonstration version: * "save", problem is the form_token from the original edit {{{
}}} * "wikiwyg.css" does not get loaded. somehow we did not understand 0.11 :) * "Trac.js" has a method for converting HTML to trac wiki text: does not get applied, but the standard wikiwyg transformation happens. == Bugs/Feature Requests == Existing bugs and feature requests for WikiWygPlugin are [report:9?COMPONENT=WikiWygPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=WikiWygPlugin&owner=fwierzbicki new ticket]. == Download, Install, Configure == Install with {{{ easy_install http://trac-hacks.org/svn/wikiwygplugin/0.11 }}} Enable it in "Admin", or in trac.ini with: {{{ #!ini [components] wikiwyg.wikiwyg.tracwikiwygmodule = enabled }}} == Source == Download the zipped source from [download:wikiwygplugin here], or check out WikiWygPlugin from [http://trac-hacks.org/svn/wikiwygplugin here] using Subversion, or [source:wikiwygplugin browse the source] with Trac. == Recent Changes == [[ChangeLog(wikiwygplugin, 3)]] == Author/Contributors == '''Original code:''' ThurnerRupert [[BR]] '''Author:''' [wiki:fwierzbicki] and ErikRose [[BR]] '''Contributors:'''