Dendron Notes
If you use the Dendron note-taking system, Breadcrumbs can leverage the structure of your note names. For example, if you have the following notes:
AA.BA.B.C
Breadcrumbs will add edges from A.B.C to A.B to A using the field you specify.
flowchart RL 1(A.B.C) -- up --> 2(A.B) -- up --> 3(A)
Settings
Section titled “Settings”- Enable: Toggle Dendron notes on or off.
- Default Field: Choose the field to use for the edges. Override per-note with the
BC-dendron-note-fieldfrontmatter key. - Default Sibling Field: Choose the field used for edges between Dendron notes at the same hierarchy level (e.g.
A.B↔A.C). Leave empty to disable sibling edges. - Delimiter: Choose the delimiter you use in your Dendron notes. This is generally a period (
.), but can be anything you like. - Display Trimmed: Choose to display the trimmed note name. This will remove the prefix from the note name, so
A.B.Cwill be displayed asC.