]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/cannot_preview_shortcuts.mdwn
Note on fix
[git.ikiwiki.info.git] / doc / bugs / cannot_preview_shortcuts.mdwn
index a2fd3533ae5131d4316c42823d1b84295b73111a..7c830898da6099aa8e6b9c3454ce4ae0591fee1f 100644 (file)
@@ -1,2 +1,10 @@
 Shortcuts such as \[[!google foo]] do not work when previewing pages.
 --[[JasonBlevins]]
+
+> Broken during the setup dumping changes, now fixed. --[[Joey]] [[done]]
+
+>> Just a quick note that this fix interacts with the way the `listdirectives`
+>> directive gets its list of non-shortcut directives.  At the moment it
+>> still works, but it relies on the fact that the `listdirectives` `checkconfig`
+>> hook is called before the `shortcut` `checkconfig` hook.
+>> -- [[Will]]