Skip to content

Breadcrumbs

Welcome to the Breadcrumbs docs 🍞 Here you can find more detailed explanations of the various functions of the Obsidian Breadcrumbs plugin.

DateVersionChange
2026-06-174.19.0Removed the type: graph codeblock; case-insensitive from; faster codeblock traversal
2026-06-074.15.0Requires Obsidian 1.13; searchable, reorganised settings tab
2026-06-034.14.1Tree View: notes with multiple parents now appear under each parent
2026-06-024.14.0Dataview no longer required; native inline fields; self_is_sibling setting

Auto-generated Table of Contents

Codeblock Table of Contents.png

Speedy navigation between related notes

Daily Note Page Views.png

Visualise Complex Hierarchies

Myself Personal Relationships Views.png

To quickly see one way Breadcrumbs works, you can do the following:

  • Install & enable Breadcrumbs
  • Open a new note
  • Add up: [[note]] as a metadata Properties field
    • Dataview inline fields work too up:: [[note]]
  • Run the “Breadcrumbs: Rebuild Graph” command to refresh the Breadcrumbs graph
  • Then run the “Breadcrumbs: Open Matrix View” command
    • See how the Matrix View shows a link pointing “up” to [[note]]

In the terminology of Breadcrumbs, you’ve just used the “typed-link” edge builder to add an explicit edge from one note to another, using the up edge field.

Breadcrumbs gives the following benefits:

  • Setup your Edge Fields so that Breadcrumbs know metadata properties you use
    • Breadcrumbs comes with 5 generic edge fields, but you can customise these as needed
  • Add structure to your notes using the various Explicit Edge Builders
    • Some builders are manual, while others can automatically use your existing structure (including your tags, folders, links, etc.)
  • Fill in the gaps with the Implied Edge Builders
    • Breadcrumbs can infer more complex relationships from the initial edges
    • You have full control over the rules for adding implied edges
  • Use the Views to see your fields in action
  • Try out the Commands to do other useful stuff
    • Quickly jump to neighbouring notes, summarise your graph, “freeze” implied edges to your notes for future-proofing