summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-21 12:44:47 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-21 12:44:47 -0400
commit406a30ad0dd776e108c4088431a5cf8ae597c422 (patch)
tree2d066db71a49727c806552b0cee51017d0b4f8f7 /doc/bugs
parentbcf3f9091a945467a7a68b5b828915e65f0ea139 (diff)
parentd2071292f0f56954f01f52c0c8fd02922e9d5c21 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/tagged__40____41___matching_wikilinks.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/tagged__40____41___matching_wikilinks.mdwn b/doc/bugs/tagged__40____41___matching_wikilinks.mdwn
index 1bd556f50..bdd0c93c7 100644
--- a/doc/bugs/tagged__40____41___matching_wikilinks.mdwn
+++ b/doc/bugs/tagged__40____41___matching_wikilinks.mdwn
@@ -15,3 +15,5 @@ this is due to the wikilink being equal to a `\[[!tag ...]]`. What's the
rationale on this, or what am I doing wrong, and how to achieve what I want?
--[[tschwinge]]
+
+> What you are doing "wrong" is putting non-tag pages (i.e. `/tag/open_issues_gdb.mdwn`) under your tagbase. The rationale for implementing tag as it has been, I think, is one of simplicity and conciseness. -- [[Jon]]