#8771 closed enhancement (fixed)
Only show Wysiwyg editor for wiki pages
| Reported by: | dreas@… | Owned by: | jun66j5 |
|---|---|---|---|
| Priority: | low | Component: | TracWysiwygPlugin |
| Severity: | minor | Keywords: | |
| Cc: | rjollos | 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 17 months ago by rjollos
- Cc rjollos added
comment:2 Changed 17 months ago by jun66j5
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 17 months ago by jun66j5
- Type changed from defect to 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 17 months ago by rjollos
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.