aboutsummaryrefslogtreecommitdiff
path: root/doc/tags
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-21 16:35:17 -0500
committerJoey Hess <joey@kitenet.net>2007-12-21 16:35:17 -0500
commit5c2ac340cedeb318d254b4b4b13860aab098b6f9 (patch)
tree0c618a138be9f9b74bb057de6d930fcbab64431f /doc/tags
parent00992fffdb5df56f0781baa63096b6ba3a565be9 (diff)
downloadikiwiki-5c2ac340cedeb318d254b4b4b13860aab098b6f9.tar
ikiwiki-5c2ac340cedeb318d254b4b4b13860aab098b6f9.tar.gz
web commit by http://theclapp.myopenid.com/: question / feature request about tag plugin
Diffstat (limited to 'doc/tags')
-rw-r--r--doc/tags/discussion.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tags/discussion.mdwn b/doc/tags/discussion.mdwn
new file mode 100644
index 000000000..62b2935fd
--- /dev/null
+++ b/doc/tags/discussion.mdwn
@@ -0,0 +1 @@
+In another blog, I could tag a post with arbitrary words and not have to do anything else for the software to recognize it as a tag. In Ikiwiki if you want to tag something \[[tag foo]] you also have to go to tags/ and create foo.mkdn (even if it's zero-length), because "tags are links", and links don't actually *link* if they have no destination. This allows for customization of how you present different tag feeds, but this (to me) is too much work and more like a category than a tag. It'd be nice if you could tell the tag plugin "if the tag target doesn't exist in tags/*, pretend it does exist and is zero-length". -- [[users/Larry_Clapp]]