[dokuwiki] Re: Shortcuts in DokuWiki? (like Smilies)

Peter J. Vidler wrote:
On 24 Feb 2006, at 14:30, Thomas König wrote:
I was wondering if there is any possibility to create shortcuts (via
plugins?) like with the smileys.
Instead of rendering a picture fot the string "TODO" i would like to
render something like..
<span class="todo">TODO</span>

Nice idea -- I wouldn't mind seeing smileys, FIXME and acronyms (as well as the custom stuff mentioned above) unified into a single (config plugin accessible?) interface...


Pete

--DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

For Thomas' point, use entities, take a look in conf/entities.conf and aim to setup your own conf/entities.local.conf

e.g.

TODO    <span class="todo">TODO</span>

For Peter's point - are you talking about being able to alter them interactively through admin i/f?

Cheers,

Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: