diff options
author | tschwinge <tschwinge@web> | 2009-05-19 04:46:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-19 04:46:24 -0400 |
commit | 68b5441b4c01251a5953d2c89a12b23af918b4c5 (patch) | |
tree | 5c2fc76d9c63547ff5a3083f5be9982f51098165 /doc/bugs | |
parent | 9df6ef9c861bec06a2cae7ec8b8c5d6725392035 (diff) |
tagged() matching wikilinks?
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/tagged__40____41___matching_wikilinks.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/tagged__40____41___matching_wikilinks.mdwn b/doc/bugs/tagged__40____41___matching_wikilinks.mdwn new file mode 100644 index 000000000..fd397e28f --- /dev/null +++ b/doc/bugs/tagged__40____41___matching_wikilinks.mdwn @@ -0,0 +1,15 @@ +It may be that I'm simply misunderstanding something, but what is the rationale +for having `tagged()` also match normal wikilinks? + +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 +`/tag/open_issues_gdb.mdwn` that essentially contains `\[[!map +pages="tagged(open_issue_gdb)"]]`. So far, so good: this page indeed does list +all pages that are tagged like this. But now, when I add in `/gdb.mdwn` a link +to this page, like `\[[Open Issues|tag/open_issue_gdb]]`, then `/gdb.mdwn` +itself shows up in the map on `tag/open_issues_gdb.mdwn`. In my understanding +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]] |