alex0
March 27, 2023, 7:56pm
4
Yes! This is exactly the intention of my proposal but in the meanwhile I found very convenient to structure complex hierarchies using the outliner as I explained here:
There is another way to organize pages and it is my favourite so far because it scales well with very long complex “poly-hierarchies”:
You can write indexes like the following where you want:
- [[Index]]
- [[Foo parent]]
- [[ Foo child]]
- [[Bar parent]]
- [[Bar child]]
Then when you are on a page and you want to see where it is in one or more indexes, use
{{query (and <%current page%> [[Index]])}}
You will be able to browse the hierarchy without leaving the page.
You can creat…