]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/cannot_preview_shortcuts.mdwn
(no commit message)
[ikiwiki.git] / doc / bugs / cannot_preview_shortcuts.mdwn
1 Shortcuts such as \[[!google foo]] do not work when previewing pages.
2 --[[JasonBlevins]]
3
4 > Broken during the setup dumping changes, now fixed. --[[Joey]] [[done]]
5
6 >> Just a quick note that this fix interacts with the way the `listdirectives`
7 >> directive gets its list of non-shortcut directives.  At the moment it
8 >> still works, but it relies on the fact that the `listdirectives` `checkconfig`
9 >> hook is called before the `shortcut` `checkconfig` hook.
10 >> -- [[Will]]