I hope at some point we will have a way to browse “virtual file systems” by specify the criteria for creating the hierarchy, for example:
{{hierarchy <property-A> <property-B> ... }}
so that
{{hierarchy year author}}
would be rendered as
- [[2022]]
- [[Alice]]
- blocks with year:: 2022 and author:: Alice as properties
- ...
- [[Bob]]
- ...
- [[2021]]
- [[Alice]]
- ...
- [[Bob]]
- ...