diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:25:06 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:25:06 -0500 |
commit | bb8b8787ef9477c027b9e5d8b7b5e1addfd1ca32 (patch) | |
tree | 2a6c3d13c4230d9102c33ae59db6b2c0cedad4ad /doc/todo | |
parent | 7aeead03d003f2c2bc2d77ba6723f781fe62e978 (diff) |
comments
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/tag_pagespec_function.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/tag_pagespec_function.mdwn b/doc/todo/tag_pagespec_function.mdwn index 0a51c7220..060368179 100644 --- a/doc/todo/tag_pagespec_function.mdwn +++ b/doc/todo/tag_pagespec_function.mdwn @@ -8,6 +8,13 @@ match tagged pages independent of whatever the tagbase is set to. -- [[users/Jon]] 2009/02/17 +> So, this looks good, appreciate the patch. +> +> 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. +> +> One other thing, perhaps it should be called `tagged()`? --[[Joey]] + [[!tag patch]] --- a/plugins/IkiWiki/Plugin/tag.pm 2009-02-16 11:30:11.000000000 +0000 |