note link types are now available
parent
53c8e674ac
commit
43ed0cd07e
|
@ -253,6 +253,9 @@ in a large number of other cases.
|
|||
> dependencies between bugs from arbitrary links.
|
||||
>> This issue (the need for distinguished kinds of links) has also been brought up in other discussions: [[tracking_bugs_with_dependencies#another_kind_of_links]] (deps vs. links) and [[tag_pagespec_function]] (tags vs. links). --Ivan Z.
|
||||
|
||||
>>> And multiple link types are now supported; plugins can set the link
|
||||
>>> type when registering a link, and pagespec functions can match on them. --[[Joey]]
|
||||
|
||||
----
|
||||
|
||||
#!/usr/bin/perl
|
||||
|
|
|
@ -81,6 +81,9 @@ I like the idea of [[tips/integrated_issue_tracking_with_ikiwiki]], and I do so
|
|||
|
||||
>> I saw that this issue is targeted at by the work on [[structured page data#another_kind_of_links]]. --Ivan Z.
|
||||
|
||||
>>> It's fixed now; links can have a type, such as "tag", or "dependency",
|
||||
>>> and pagespecs can match links of a given typo. --[[Joey]]
|
||||
|
||||
Okie - I've had a quick attempt at this. Initial patch attached. This one doesn't quite work.
|
||||
And there is still a lot of debugging stuff in there.
|
||||
|
||||
|
|
Loading…
Reference in New Issue