#8771 closed enhancement (fixed)
Only show Wysiwyg editor for wiki pages
Reported by: | Owned by: | Jun Omae | |
---|---|---|---|
Priority: | low | Component: | TracWysiwygPlugin |
Severity: | minor | Keywords: | |
Cc: | Ryan J Ollos | Trac Release: | 0.12 |
Description
We would prefer to only see the Wysiwyg editor when editing wiki pages. Ideally it does not show for Trac tickets. Could that be included as an optional feature?
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Type: | defect → enhancement |
---|
If you want show the WYSIWYG editor for wiki pages;
[tracwysiwyg] templates = wiki_*.html
If you don't want show for ticket pages;
[tracwysiwyg] templates = !ticket*.html,*.html
comment:4 Changed 13 years ago by
I noticed you don't maintain a description of the configuration options on the project wiki page, which I think is a good idea because they can become out of sync so easily with the source code and can differ depending on the Trac release. However, I added a note about how to find the configuration options because I've seen the question raised fairly regularly for various plugins. I just wanted to mention this since I made an edit to your project wiki page and I think it is always a good idea to keep the author in the loop of any changes that are made.
(In [11158]) fixed #8771, Adds
[tracwysiwyg] templates
option. It's able to show WYSIWYG editors for pages that the user wants.