X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2618e5b406f4298868e997a8a65f2601a76ea962..34ac95f25b50531c979313fda9ef31a4c548616e:/doc/plugins/tag/discussion.mdwn diff --git a/doc/plugins/tag/discussion.mdwn b/doc/plugins/tag/discussion.mdwn index 1bccf3d9c..7e830fc13 100644 --- a/doc/plugins/tag/discussion.mdwn +++ b/doc/plugins/tag/discussion.mdwn @@ -2,4 +2,23 @@ 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 + +AOLMODE=true echo "I too would really like this feature, which would make cgi free life much +better" --[[DavidBremner]] + +Please make the actual text used a template some way or another. I may want `map` instead of `inline`. --[[madduck]]