Robin-Haupt-1 / Obsidian-Map-of-Content

Generate and display a Map of Content for your Obsidian vault that gets updated with any changes, based on the links in your vault
GNU General Public License v3.0
171 stars 5 forks source link

whittle down the different paths to the note to only one #73

Open Robin-Haupt-1 opened 2 years ago

Robin-Haupt-1 commented 2 years ago

probably best done by analyzing the number of descendants any file has and always choosing the one with more of them as the main parent

related: #43 #29

Robin-Haupt-1 commented 2 years ago

this will make it easier to travel up and down the tree: you wont have to scan the paths at the top to find the note just you came from. But this is only true if notes can't appear as the descendants of several notes anymore, which would require a rewrite of the path-finding engine