aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/tagged__40____41___matching_wikilinks.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-21 13:54:02 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-21 13:54:02 -0400
commit49635b0ca563b336a5ffc1d17a4197ee8b437018 (patch)
tree31cc28e4c72302058ff64d6e1440c863c92928d9 /doc/bugs/tagged__40____41___matching_wikilinks.mdwn
parentf97f102b04e7ae67bd3db5320dd34496309de5fe (diff)
downloadikiwiki-49635b0ca563b336a5ffc1d17a4197ee8b437018.tar
ikiwiki-49635b0ca563b336a5ffc1d17a4197ee8b437018.tar.gz
response
Diffstat (limited to 'doc/bugs/tagged__40____41___matching_wikilinks.mdwn')
-rw-r--r--doc/bugs/tagged__40____41___matching_wikilinks.mdwn14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/bugs/tagged__40____41___matching_wikilinks.mdwn b/doc/bugs/tagged__40____41___matching_wikilinks.mdwn
index bdd0c93c7..2b30f247e 100644
--- a/doc/bugs/tagged__40____41___matching_wikilinks.mdwn
+++ b/doc/bugs/tagged__40____41___matching_wikilinks.mdwn
@@ -1,7 +1,10 @@
It may be that I'm simply misunderstanding something, but what is the rationale
for having `tagged()` also match normal wikilinks?
-> It simply hasn't been implemented yet -- see the answer in [[todo/tag_pagespec_function]]. Tags and wikilinks share the same underlying implementation, although ab reasonable expectation is that they are kept separate. --Ivan Z.
+> It simply hasn't been implemented yet -- see the answer in
+> [[todo/tag_pagespec_function]]. Tags and wikilinks share the same
+> underlying implementation, although ab reasonable expectation is that
+> they are kept separate. --Ivan Z.
The following situation. I have `tagbase => 'tag'`. On some pages, scattered
over the whole wiki, I use `\[[!tag open_issue_gdb]]` to declare that this page
@@ -16,4 +19,11 @@ 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]]
+> 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]]
+
+>> No, he has no pages under tagbase that aren't tags. This bug
+>> is valid. [[todo/matching_different_kinds_of_links]] is probably
+>> how it will eventually be solved. --[[Joey]]