Hi
Probably a relatively simple question but I’m struggling to find the relevant attribute if it exists.
I have a load of pages which are named something like this:
- Anniversary
- Gluster
- Syncthing
- BTLO
- BTLO/Challenges
- BTLO/Challenges/ATT&CK
- BTLO/Investigations
- BTLO/Investigations/Stalker
When I do a page query and set order by name
everything starting BTLO is ordered by that rather than the final stub (eg Stalker)
Is there a way to order by the final stub? Or should I set displayName in the frontmatter and order by that?
Similarly is there a way to exclude pages which contain / in the name?
Obviously I could use tags on the pages I want to appear in the list as well, I just naturally liked the idea of using the foldered structure to the naming.
Thanks in advance for any advice!