4.19.0
Removed
- Removed the
type: graphcodeblock and itsexclude-foldersoption (both added in 4.18.0). A whole-vault graph quickly exceeds Mermaid's edge limit and freezes large vaults, so the feature needs a rethink before it returns. Existingtype: graphblocks now report an invalid type — switch totree,mermaid, ormarkmap.
Changed
- Codeblock
from:folder queries now match case-insensitively (e.g.from: '"projects"'matches aProjects/folder), mirroring Dataview. type: markmapwithfrom:now keeps the map within the matched notes instead of following edges out into the rest of the vault.- A
breadcrumbscodeblock with nodepth:now defaults to depth[0, 5]instead of unbounded, so traversals on large vaults no longer hang.
Performance
- Codeblock tree traversal no longer clones its ancestor set at every node (O(n²) → O(n) allocations), speeding up deep or wide trees.
Full changelog: 4.18.1...4.19.0