Skip to content

4.20.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 23:16

Features

  • Generate edge audit report — a new command that walks your graph and writes a read-only Markdown report to a note in your vault (default Breadcrumbs Edge Audit.md; re-running overwrites it). It's purely diagnostic — it never rewrites your frontmatter. The report surfaces:

    • Unused fields — edge fields defined in settings that produce no edges.
    • Implied-only fields — fields only ever derived as implied edges, never explicit (expected for the reverse half of a transitive pair like down/prev).
    • Mergeable fields — two or more fields whose explicit edges are strictly identical, so they're interchangeable.
    • Orphan notes — notes with no breadcrumb edges in or out.
    • Dangling edges — edges pointing at a note that doesn't exist.

    Orphans and dangling targets render as wikilinks for click-through. Configure the output path under Settings → Commands → Edge audit.

Full changelog: 4.19.4...4.20.0