]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/tagged__40____41___matching_wikilinks.mdwn
(no commit message)
[ikiwiki.git] / doc / bugs / tagged__40____41___matching_wikilinks.mdwn
index fd397e28f7a7b2cbe0f818cc5340964c6495ecf8..bdd0c93c7ba249bcc3a57eb15b402a1b27f7e7a4 100644 (file)
@@ -1,6 +1,8 @@
 It may be that I'm simply misunderstanding something, but what is the rationale
 for having `tagged()` also match normal wikilinks?
 
 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.
+
 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
 contains information about an open issue with GDB.  Then, I have a page
 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
 contains information about an open issue with GDB.  Then, I have a page
@@ -13,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]]
 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]]