]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/tag/discussion.mdwn
web commit by JoshTriplett: Use inline code blocks for formbuilder_setup, to avoid...
[git.ikiwiki.info.git] / doc / plugins / tag / discussion.mdwn
index 1bccf3d9cd55c7c872feace525d5e204805bb10a..dca1b93891b43ea383a3345c507bf91ba1afe740 100644 (file)
@@ -2,4 +2,14 @@ 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
+
+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
\ No newline at end of file