X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2618e5b406f4298868e997a8a65f2601a76ea962..531df235c798b893c0a7bc9cc93defda35af3137:/doc/plugins/tag/discussion.mdwn?ds=inline diff --git a/doc/plugins/tag/discussion.mdwn b/doc/plugins/tag/discussion.mdwn index 1bccf3d9c..61f375b80 100644 --- a/doc/plugins/tag/discussion.mdwn +++ b/doc/plugins/tag/discussion.mdwn @@ -2,4 +2,18 @@ I'd like to modify this plugin such that the tag pages are automatically created There are clearly many ways to do this, but any opinions on which is the cleanest? ---Ben \ No newline at end of file +--Ben + +It might work to use the 'change' hook, since that's called at the very end +of `refresh()`. The hook could add the tag pages and re-run `refresh()`, +taking appropriate care to avoid looping forever. + +--[[Joey]] + +Thanks. That works fine. + +--Ben + +@Ben: could you publish the code for that? + +--David Riebenbauer \ No newline at end of file