]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/Pagination_next_prev_links.mdwn
comment on the difficulty of trails
[ikiwiki.git] / doc / todo / Pagination_next_prev_links.mdwn
index 9c21b3be488a6205047f75802fd3cbb53a69eb29..f1c12d33ffc17b48fbaed2ba60fad4cbca85d867 100644 (file)
@@ -26,3 +26,8 @@ Thank you
 > of the `render` stage (after all pages have been scanned). This
 > 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]]