]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/shortcut/discussion.mdwn
add plugin tag type/comments and tag some pages.
[ikiwiki.git] / doc / plugins / shortcut / discussion.mdwn
1 The plugin 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 and edit/patch [[shortcut]].
5
6 Maybe use the `default_pageext` is better than hardcode .mdwn?
7
8 --[[weakish]]
9
10 > done, it will use `default_pageext` now --[[Joey]] 
11
12 ---
13
14 Instead of modifying the [[basewiki]]'s [[shortcuts]] file for local needs --
15 thus copying it at some point and losing continuity with upstream enhancements --
16 what about handling a `shortcuts-local.mdwn` or `shortcuts/local.mdwn` (if such
17 a file exists in the wiki), and additionally process that one.  Possibily a
18 conditional `\[[!inline]]` could be used.  --[[tschwinge]]