Hi,
I'm not sure whether this is a feature request or bug, but I have noticed that the links are generated properly only if traversing sub-directories/documents.
This is my test scenario:
docs/
index.md
test1/index1.md
test2/test2_2/index2.md
All of the md docs do have index_test tag set. Now when I try to generate same set of links in each of them using {pagelist 100 index_test }, following's the result:
- index.md: links are functional, generated links are:
- test1/index1.md:
- test2/test2_2/index2.md:
So I assume that pagelist expects that the generated links/docs are in the subdirectories?
IMHO it should be able to generate links for any document regardless of the documentation structure and their location. Eg. we often try to reference docs from different sections/locations - it's quite common I think.
Would this be possible to fix?
Thanks!