aboutsummaryrefslogtreecommitdiff
path: root/doc/tags
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-21 16:47:45 -0500
committerJoey Hess <joey@kitenet.net>2007-12-21 16:47:45 -0500
commit554f4c2b5fdf5251505a7fd9abb0d53839f1fab5 (patch)
tree5aaa8f650e205e8905a02e2706afc429c4e9266d /doc/tags
parent91220207e37e7cd3db96a2bc400d967b23a88c4f (diff)
downloadikiwiki-554f4c2b5fdf5251505a7fd9abb0d53839f1fab5.tar
ikiwiki-554f4c2b5fdf5251505a7fd9abb0d53839f1fab5.tar.gz
web commit by http://engla.myopenid.com/: fixing larry's link
Diffstat (limited to 'doc/tags')
-rw-r--r--doc/tags/discussion.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tags/discussion.mdwn b/doc/tags/discussion.mdwn
index b8004fa95..85235e3f6 100644
--- a/doc/tags/discussion.mdwn
+++ b/doc/tags/discussion.mdwn
@@ -1,3 +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]]
+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]]