Skip to content

4.18.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 00:37
· 11 commits to main since this release

Features

  • New codeblock type: graph — renders the whole vault (or a from:-scoped subset) as one Mermaid graph, instead of traversing out from a single note. Useful for an overview MOC or seeing a folder/tag's structure at a glance.
  • exclude-folders option for type: graph — drop folders from the graph, additive to the global Excluded folders setting (no vault-wide config change needed).
  • Dataview Notes now have a settings page with a configurable default field, used when a note sets BC-dataview-note-query without BC-dataview-note-field.

Changed

  • The codeblock dataview-from field is renamed to from. The name is now misleading — the Dataview dependency was removed, and Breadcrumbs parses the #tag / "folder" / [[link]] query itself. The old dataview-from still works as a deprecated alias and logs a console warning.
  • The Edge fields Hide in views toggle is renamed Hide in side views (it only affects the Matrix and Tree side panels).
  • The Self is sibling control moved from the Edge fields page to the Implied relations page.

Removed

  • The unused traverse_note default-field setting and the dead content / field-prefix codeblock fields.

Fixed

  • Renaming or removing an edge field now updates every place that referenced it — including sibling-field defaults (tag/dendron/Johnny.Decimal) and date-note period fields — so no setting is left pointing at a renamed or deleted field.

Full changelog: 4.17.0...4.18.0