Files
graphify/tests
BaeHyunJae b3cd74a0cb fix(markdown): resolve wikilinks vault-wide when sibling resolution misses (#2875)
An Obsidian-style [[wikilink]] resolves to a note anywhere in the vault by basename, but
resolution only tried sibling files, so cross-folder links were silently lost. Add a
vault-wide fallback that fires only when relative/sibling resolution misses, with a
deterministic tiebreak on ambiguous basenames (shallowest path, then lexicographic
root-relative path) and a once-per-scan index so it stays O(N).
2026-08-20 15:41:30 +01:00
..