diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:29:37 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:29:37 -0500 |
commit | 84b48681c630c1c2dab21ad6c260be3a5b5fff0e (patch) | |
tree | cebfdc34af573402f47548c008425f39d3fa08b7 | |
parent | a4497591f958f3d2fb28ef597c7870bfc4db72e3 (diff) |
re-add actual comments
-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 |