This plugin adds multiple new views to Obsidian.
The wiki has more in-depth info on the plugin than the readme.
You can find the changelog here.
Breadcrumbs lets you add hierarchical metadata to your notes, then leverage that structure. Using and up (↑), same (→), and down (↓) relationship, you can add directional structure to your notes.
This view shows the current note's parents, siblings, and children in either of the following styles:
To open the view in your sidebar, run the command Breadcrumbs: Open View
from the command palette.
This view shows a trail of notes from the top of your vault (See Settings#IndexNote
) down to your current note
To get this structure, the plugin requires that you use some type of metadata indicating the hierarchy of notes.
For example, you may have a yaml field called parent
, which links to the current note's "parent" note: parent: [[Parent Note]]
. (You can also use inline Dataview fields parent:: [[Parent Note]]
).
Using this structure that you impose, you can use the breadcrumb trail to visualise the path back to your parent note.
You need to supply the name of your vault's index/home note. If it is called 000 Home.md
, for example, just enter 000 Home
in the setting input field.
If the index is nested inside folders, still just use the name of the note. Folder/Index.md
→ Index
, for example.
You also need to give the name of the field you use to indicate parent notes. For example, if you use parent: [[Note]]
, then enter parent
into the setting field.
The name of the field used to indicate notes on the same level as the current one. Related Notes: [[Note]]
-> Related Notes
, for example.
The field used to show "narrower" notes, like Subtopic: [[Note]]
, or child:: [[Note]]
If you're so inclined, you can buy me a coffee over here: https://ko-fi.com/skepticmystic :)