]> sipb.mit.edu Git - ikiwiki.git/commitdiff
response
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 12 Mar 2007 03:42:45 +0000 (03:42 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 12 Mar 2007 03:42:45 +0000 (03:42 +0000)
doc/plugins/tag/discussion.mdwn

index 1bccf3d9cd55c7c872feace525d5e204805bb10a..683045426a884bc57e35eaacd52d732909882654 100644 (file)
@@ -2,4 +2,10 @@ 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]]