diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-05-16 04:40:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-16 04:40:56 -0400 |
commit | 9476c95e0aa4448c93f95c6952ead09abd3ba14a (patch) | |
tree | 0d4f0ad96bdc09fe8d321f420e9e99d5406f4e04 /doc | |
parent | e1264a4d22c7905c31f16f4199b9201093d4a44a (diff) | |
download | ikiwiki-9476c95e0aa4448c93f95c6952ead09abd3ba14a.tar ikiwiki-9476c95e0aa4448c93f95c6952ead09abd3ba14a.tar.gz |
observed indeed the mentioned confusing behavior
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/tag_pagespec_function.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/tag_pagespec_function.mdwn b/doc/todo/tag_pagespec_function.mdwn index 681a1f661..5548cfd8d 100644 --- a/doc/todo/tag_pagespec_function.mdwn +++ b/doc/todo/tag_pagespec_function.mdwn @@ -12,6 +12,9 @@ match tagged pages independent of whatever the tagbase is set to. > > The only problem I see is it could be confusing if `tag(foo)` matched > a page that just linked to the tag via a wikilink, w/o actually tagging it. + +>> Yes, this is confusing and not nice. I observed this misbehavior, because I wanted to match two different lists of pages (only tagged or linked in any way), but it didn't work. Would this feature require a complex patch? --Ivan Z. + > > One other thing, perhaps it should be called `tagged()`? --[[Joey]] |