diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-05-19 05:00:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-19 05:00:51 -0400 |
commit | 4c5987d150b26f638494638f7861fb7646542a37 (patch) | |
tree | 577f749365958f213e8d6a7b6859ab559147408a | |
parent | 68b5441b4c01251a5953d2c89a12b23af918b4c5 (diff) | |
download | ikiwiki-4c5987d150b26f638494638f7861fb7646542a37.tar ikiwiki-4c5987d150b26f638494638f7861fb7646542a37.tar.gz |
Refer to the answer.
-rw-r--r-- | doc/bugs/tagged__40____41___matching_wikilinks.mdwn | 2 |
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 fd397e28f..1bd556f50 100644 --- a/doc/bugs/tagged__40____41___matching_wikilinks.mdwn +++ b/doc/bugs/tagged__40____41___matching_wikilinks.mdwn @@ -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 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 |