Opened 6 years ago
Closed 6 years ago
#5639 closed enhancement (wontfix)
Add conversion from text/x-trac-wiki to text/css for wiki pages
| Reported by: | jens.b@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I patched my trac install to supply a conversion from text/x-trac-wiki to text/css, so I can use a certain wiki page ("SiteStyle?") to give my wiki authors direct control over the site CSS (linked from the templates via <link rel="stylesheet" href="/proj/wiki/SiteStyle?format=css" type="text/css" />).
IMO, this would be a powerful but unobtrusive feature.
Attachments (1)
Change History (5)
Changed 6 years ago by jens.b@…
comment:1 follow-up: ↓ 2 Changed 6 years ago by nkantrowitz
This sounds like an excellent candidate to be a plugin.
comment:2 in reply to: ↑ 1 Changed 6 years ago by eblot
comment:3 Changed 6 years ago by eblot
- Milestone 0.11 deleted
comment:4 Changed 6 years ago by nkantrowitz
- Resolution set to wontfix
- Status changed from new to closed
Going to close this. Please consider packaging this up as a plugin and posting it to trac-hacks.org. If you need help learning the Trac plugins system, the IrcChannel is probably the best place to ask.



patch against trunk (rv5790)