]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/shortcut/discussion.mdwn
use shortcut with mdwn disabled
[git.ikiwiki.info.git] / doc / plugins / shortcut / discussion.mdwn
1 The plugin somehow depends on [[mdwn]].  If you have
2 disabled [[mdwn]], to get [[shortcut]] work, you need
3 commit in a shortcuts.ext (ext is rcs|creole|html|txt|etc).
5 Then edit the following lines in[[shortcut]] plugin source:
7     my $srcfile=srcfile("shortcuts.mdwn", 1);
9 and
11     error(gettext("shortcut plugin will not work without a shortcuts.mdwn"));
14 (It is better to edit a local copy of shortcut.pm in, say, ~/.ikiwiki/IkiWiki/Plugin
15 and add ~/.ikiwiki to libdir in your ikiwiki.setup then edit the shortcut.pm installed
16 in system directly.)