This plugin implements a Wysiwyg editor embedded into Trac. It allows your users to easily create and maintain text with the correct formatting. For more information on wiki formatting, seeTracWiki. The plugin applies the formatting intextarea.wikitext
fields.
Key features:
teletype
,superscript,subscript,Basic styling features in Firefox:
Further styling features in Internet Explorer:
Editing tables in Opera:
A reported problem is that sometimes the appearance is correct on the screen, but the result generated is different. However, this almost always happens when pasting in fromexternal programs, but usually not in other situations.
List of plugins withWYSIWYG features:
Existing bugs and feature requests forTracWysiwygPlugin arehere.
If you have any issues, create anew ticket.
defect | 86 / 109 | ||
---|---|---|---|
enhancement | 12 / 27 | ||
task | 0 / 1 |
Download the zipped source fromhere.
Check outTracWysiwygPlugin fromhere using Subversion, orbrowse the source with Trac.
easy_install https://trac-hacks.org/svn/tracwysiwygplugin/0.10
easy_install https://trac-hacks.org/svn/tracwysiwygplugin/0.11
easy_install https://trac-hacks.org/svn/tracwysiwygplugin/0.12
trac.ini
file:[components]tracwysiwyg.*=enabled
The configuration options can be viewed on theTracIni page after installing the plugin.
I wanted to try to highlight the current state of this plugin as ofr2732 (revisited atr4135). This is a very promising plugin in Trac and sometimes it is hard to determine how far along plugins are in development. The short story is that it is about 95% of the way to being suitable for "production" use, and it is usable now if one is willing to stand small quirks or the occasional bug. My department uses it to help improve Trac adoption and team acceptance by users not used to wiki format. We have been using it for quite a long time now (since 0.10), and it does work well to allow these users to contribute.
Per the screenshots, all of the formatting is available. The biggest thing to note is that this plugin generates wiki code, notHTML or something else, so it will integrate with existing pages and work well with Trac's differences history, and installation is "revertible" in the sense that you can just opt to not use the editor if there are any problems.
I evaluated this originally in Firefox 2, and a little in IE6 on Trac 0.10.5dev, but today we are using it with Firefox 3, IE7, and Trac 0.11. What has happened in out long deployment is that the most technical users (programmers on our team) use the original "textarea" functionality, but non-technical users always use "wysiwyg," and are quite productive at using it, and I haven't heard any complaints.
Byakaihola:
We're usingr3092 with Trac 0.11b1, and it has so far worked very, very well for all the formatting we've used (headings, links, tables). Especially table editing is immensely helpful. We're using Firefox 2 exclusively on Ubuntu and WinXP. Warmly recommended!
For someone who is already a good Trac user, the quirks are easy enough to recognize and the tool is still quite helpful. For new users, the current state is a toss-up on whether to use it directly or train the users on wiki formatting. For almost all basic edits it works well, but quirks on atypical cases or handling of newlines can be surprising to new users.
height: 0
rather thanposition: absolute
in order to fix wrong layout when collapsing a section in ticket viewAuthor:jun66j5
Maintainer:jun66j5
Contributors:OpenGroove,Inc. andtracpath
Download all attachments as:.zip