]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/shortcut/discussion.mdwn
8fa3f7acfb734c1eada461eec57392024bb958a3
[ikiwiki.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`).
4
5 Then edit the following lines in [[shortcut]] plugin source:
6
7     my $srcfile=srcfile("shortcuts.mdwn", 1);
8
9 and
10
11     error(gettext("shortcut plugin will not work without a shortcuts.mdwn"));
12
13
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 than edit the shortcut.pm installed
16 in system directly.)