#2542 closed enhancement (wontfix)
Support for special symbols in wiki pages.
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | wiki system | Version: | 0.9.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Are there any plans to support special characters, like moinmoin does (http://moinmoin.wikiwikiweb.de/HelpOnSmileys)?
It is very useful to use {o} and {*} in lists to distinguish items that have been completed. It would be very useful to have this facility within Trac.
Attachments (0)
Change History (8)
comment:1 by , 19 years ago
Component: | general → wiki |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
… which we don't track here. BTW, I have an emoticons plugin for Trac here, which I'll make available from trac hacks later.
comment:3 by , 19 years ago
Bah, I wanted simply to attach the plugin to this ticket, why not do that for your plugin cmlenz, if you have one?
comment:4 by , 19 years ago
IMHO, I think that even if the plugin is referenced from this ticket, the ticket should be closed, so that users open tickets about this plugin on the trac hacks web site.
comment:5 by , 19 years ago
I've put my emoticons plugin here: http://trac- hacks.swapoff.org/wiki/EmoticonsPlugin That plugin is limited to emoticons, and does not cover general symbols… but it should provide a good starting point for a plugin that wanted to provide e.g. replacement of special patterns by corresponding unicode symbols.
comment:6 by , 19 years ago
… and I've put mine there: http://trac- hacks.swapoff.org/wiki/WikiGoodiesPlugin That plugin does indeed cover general symbols. Also, for the smiley support, I reused the syntax of MoinMoin (http://moinmoin.wikiwikiweb.de/HelpOnSmileys), except for the flags, as Thomas Waldmann (one of the MoinMoin author), advised me to do.
This looks like a good candidate for a plugin.