Overview of Breadcrumbs features
mainBreadcrumbs is an Obsidian plugin that adds typed links (e.g., up/down, next/prev) to your notes to build a directed graph. Unlike the standard Obsidian graph which only shows connection existence, Breadcrumbs defines the nature of the relationship.
Key features include:
- Breadcrumb Trail: A navigation path at the top of notes showing ancestors.
- Tree View: A side view showing the hierarchy beneath the current note.
- Matrix View: A view grouping incoming and outgoing relationships by type.
- Navigation Buttons:
PreviousandNextbuttons for sequential note traversal. - Embedded Diagrams: Use
```breadcrumbs ```codeblocks to render a note's neighborhood as a Tree, Mermaid diagram, or Markmap mind-map. - Canvas Export: Export a note's neighborhood as a native Obsidian Canvas with labeled edges.