aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/shortcut/discussion.mdwn
blob: 8fa3f7acfb734c1eada461eec57392024bb958a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The plugin somehow depends on [[mdwn]].  If you have
disabled [[mdwn]], to get [[shortcut]] work, you need
commit in a shortcuts.ext (ext is `rcs|creole|html|txt|etc`).

Then edit the following lines in [[shortcut]] plugin source:

    my $srcfile=srcfile("shortcuts.mdwn", 1);

and

    error(gettext("shortcut plugin will not work without a shortcuts.mdwn"));


(It is better to edit a local copy of shortcut.pm in, say, ~/.ikiwiki/IkiWiki/Plugin
and add ~/.ikiwiki to libdir in your ikiwiki.setup than edit the shortcut.pm installed
in system directly.)