Skip to content

v1.7.2

Latest

Choose a tag to compare

@github-actions github-actions released this 27 May 14:55
· 1 commit to main since this release

Patch release — wikilink graph fix.

Fix

  • Escaped-pipe wikilinks in tables (#40) — Obsidian escapes the alias pipe as \| inside markdown tables (e.g. [[Page Name\|Page]]). extract_wikilink_targets split on | without unescaping, capturing Page Name\ as a phantom target — so valid table-aliased wikilinks stayed permanently unresolved, dropping their graph edges and inflating unresolved_links. Now unescapes \|| before splitting.

Upgrade

brew upgrade engraph
engraph index --rebuild   # re-resolves table-aliased wikilinks

Full changelog: v1.7.1...v1.7.2