summaryrefslogtreecommitdiff
path: root/doc/plugins/tag
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-12 03:42:45 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-12 03:42:45 +0000
commita7ce70a6990a73847000b4a6ac65366ebd5a1483 (patch)
tree538ae2f72b9c646f77f68a4fb9f2d6814b2e79c1 /doc/plugins/tag
parentdd6fd0f7b41d580eea3fdadc1932583b74fae792 (diff)
response
Diffstat (limited to 'doc/plugins/tag')
-rw-r--r--doc/plugins/tag/discussion.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/plugins/tag/discussion.mdwn b/doc/plugins/tag/discussion.mdwn
index 1bccf3d9c..683045426 100644
--- a/doc/plugins/tag/discussion.mdwn
+++ b/doc/plugins/tag/discussion.mdwn
@@ -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]]