Waypoint
Waypoint copied to clipboard
FR: option to list notes with first alias or heading instead of title
It would be nice to have an option with a dropdown menu allowing to choose how to have the notes visualized in the waypoint lists, with three options: title, first alias, fist heading. This may be useful in many use cases, but very useful oor those who name their notes with a numeric and/or hierarchical notation, and then change the displayed name using plugins (such as Froint Matter Title).
So for example a note like this:
TitleOfTheNote
Aliases:
- Alias1
- Alias2
Heading1
Test
Heading2
Other Text
could be shown in the Waypoint list, according to the choice in the Options, as:
[[TitleOfTheNote]] or [[TitleOfTheNote|Alias1]] or [[TitleOfTheNote|Heading1]]
In addition, would it be possible to list both the Title of the note as well as the headings contained within on the MOC in a hierarchical format? For example:
[[TitleOfNote]]
- [[TitleOfNote#TitleOfNote: Heading1]]
I came across the Folder Index plugin which does this for reference: https://github.com/turulix/obsidian-folder-index
If you could add this to Waypoint it would be amazing! :D