]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - doc/plugins/tag/discussion.mdwn
toc: Add the table of contents at sanitize time, rather than at format time. This...
[www/ikiwiki.git] / doc / plugins / tag / discussion.mdwn
index 1bccf3d9cd55c7c872feace525d5e204805bb10a..7e830fc131025d8d57174b91ad489a79f8fd5b48 100644 (file)
@@ -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 <davrieb@htu.tugraz.at>
+
+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]]