Is it possible to use dataview or dataviewjs make a navigation notes? #1881
Unanswered
francisHugo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to built an automatic navigation note for my vault.
Example, my vault's folder is:
is it possible to have some dataview or dataviewjs to automatically generate the navigation notes like:
1. root notes, for the root folder
[[root]]
[[folder A]] [[folder B]] [[folder C]]
2. folder A, B, C notes, for the secondary folders
2.1 folder A note
[[root]]
[[folder A]] [[folder B]] [[folder C]]
[[folder A-1]] [[folder A-2]] [[folder A-3]]
2.2 folder B note
[[root]]
[[folder A]] [[folder B]] [[folder C]]
[[folder B-1]] [[folder B-2]] [[folder B-3]]
2.3 folder C note
[[root]]
[[folder A]] [[folder B]] [[folder C]]
[[folder C-1]] [[folder C-2]] [[folder C-3]]
...
3. folder X-X, for the 3rd level folders
[[folder A]]
[[folder A-1]] [[folder A-2]] [[folder A-3]]
etc.
In general, each automatically generated navigation note has an up link to its parent folder, a link list to its same level folders, and a down link list to its subfolders, all the link list is in the format [[folder A]] [[folder B]]..., and the links should be automatically updated when new folders are created.
Thanks for helps, and guideline or instructions of how to make it are highly appreciated.
Best Regards,
Francis
Beta Was this translation helpful? Give feedback.
All reactions