comment on the difficulty of trails

master
http://kerravonsen.dreamwidth.org/ 2011-11-03 22:50:00 -04:00 committed by admin
parent 050a4f7669
commit f6d66d4684
1 changed files with 3 additions and 0 deletions

View File

@ -27,4 +27,7 @@ Thank you
> reduces the generic usefulness of typed links, though - in particular
> you can no longer use "is part of trail A" in a PageSpec. --[[smcv]]
>>> Indeed, I know the problem; I ran into the same kind of thing with my [[plugins/contrib/report]] plugin and its `trail` concept.
>>> I simply had to declare that one couldn't use "trail" and "maketrail" options within the same report. That way, "maketrail" will add links in the "scan" pass, and "trail" will test for links in the "build" pass. That usually works. --[[KathrynAndersen]]
>> Do you have an example? --[[hendry]]