Referred to some work that could give such a feature (disitinguishing kinds of links).
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>
Sat, 16 May 2009 20:05:03 +0000 (16:05 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 16 May 2009 20:05:03 +0000 (16:05 -0400)
doc/todo/tag_pagespec_function.mdwn

index 71f3e81bc7b7cc6cf44e01ca12c5a90d97b6d3d7..0f2d306af9318ecb4b0eeec715d73a616ccff555 100644 (file)
@@ -13,11 +13,11 @@ 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.
+>> (My [[!taglink wishlist]].) 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]]
+>>>> I see; at least, your response is encouraging (that it's not hard). I could even find some work that can give similar features: [[structured page data#another_kind_of_links]] -- they envisage a pagespec like `data_link(Depends on,bugs/bugA)`, thus a "separation of dependencies between bugs from arbitrary links". Indeed, having many relations that can be used in the formulas defining classes of objects (like pagespecs here) is a common thing, so this would be a nice feature. (I'll be trying out the patches there first, probably.) In general, extending the language of pagespecs to something more powerful (like [[!wikipedia description logics]]) seems to be a nice possible feature. I saw a discussion of similar ideas about the extension of the pagespec language somewhere here. --Ivan Z.
 
->
 > One other thing, perhaps it should be called `tagged()`? --[[Joey]] 
 
 [[!tag patch done]]