diff options
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]] |