diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-12 02:08:49 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-12 02:08:49 +0000 |
commit | 2618e5b406f4298868e997a8a65f2601a76ea962 (patch) | |
tree | c95a6a816703450ab99f5ef10c11af4b08fba7bd /doc/plugins/tag | |
parent | e5ddd9b5812cfe57c1dce38509e3922715f62cda (diff) | |
download | ikiwiki-2618e5b406f4298868e997a8a65f2601a76ea962.tar ikiwiki-2618e5b406f4298868e997a8a65f2601a76ea962.tar.gz |
web commit by http://id.inelegant.org/
Diffstat (limited to 'doc/plugins/tag')
-rw-r--r-- | doc/plugins/tag/discussion.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins/tag/discussion.mdwn b/doc/plugins/tag/discussion.mdwn new file mode 100644 index 000000000..1bccf3d9c --- /dev/null +++ b/doc/plugins/tag/discussion.mdwn @@ -0,0 +1,5 @@ +I'd like to modify this plugin such that the tag pages are automatically created and populated with a list of relevant posts. The content of the tag page is simply `"\[[inline pages="link(tag/$tag)"]]`. The tag plugin will have to determine whether a page for the given tag already exists, and if not use that Markdown fragment to generate it. + +There are clearly many ways to do this, but any opinions on which is the cleanest? + +--Ben
\ No newline at end of file |