a different tag plugin?
authorhttp://jmtd.net/ <http://jmtd.net/@web>
Sat, 16 May 2009 11:43:53 +0000 (07:43 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 16 May 2009 11:43:53 +0000 (07:43 -0400)
doc/todo/tag_pagespec_function.mdwn

index 5548cfd8d11452f1d1908cf5aba8c9aea3c1b91e..71f3e81bc7b7cc6cf44e01ca12c5a90d97b6d3d7 100644 (file)
@@ -15,6 +15,8 @@ match tagged pages independent of whatever the tagbase is set to.
 
 >> 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.
 
+>>> If you link to a page 'foo' which happens to be a tag then the page you link from will turn up in the set of pages returned by tagged(foo). The only way to avoid this would be for the tag plugin to not use wikilinks as an implementation method. That itself would not be too hard to do, but there might be people relying on the older behaviour. A better alternative might be to have a "tag2" plugin (or a better name) which implements tagging entirely separately. -- [[Jon]]
+
 >
 > One other thing, perhaps it should be called `tagged()`? --[[Joey]]