aboutsummaryrefslogtreecommitdiff
path: root/doc/tags
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-22 13:36:24 -0500
committerJoey Hess <joey@kitenet.net>2007-12-22 13:36:24 -0500
commit0e4da6b73b5c274b3fc832d5a602c6363efbcbad (patch)
treeab3fb0e19bd88da36bda9bb3ac07c49abdf7ae2f /doc/tags
parentc10b9ca3be52b8f9c18fc474163151bfafdbab68 (diff)
parent01fb89bcd4d5e28ced28383aeb6a7720efdaa12b (diff)
downloadikiwiki-0e4da6b73b5c274b3fc832d5a602c6363efbcbad.tar
ikiwiki-0e4da6b73b5c274b3fc832d5a602c6363efbcbad.tar.gz
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/tags')
-rw-r--r--doc/tags/discussion.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tags/discussion.mdwn b/doc/tags/discussion.mdwn
new file mode 100644
index 000000000..85235e3f6
--- /dev/null
+++ b/doc/tags/discussion.mdwn
@@ -0,0 +1,3 @@
+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]]
+
+Never mind, I think I found the answer (or at least a pointer) [[here|plugins/tag/discussion/]]. Feel free to delete both these comments :). -- [[users/Larry_Clapp]]