v0.30.1-beta.7
Pre-release
Pre-release
Delta since previous beta (v0.30.1-beta.6) — 1 new changeset.
Patch Changes
- Fix the
[[wiki-link suggestion box silently freezing when a folder and a note share a name. The search index keyed every entry aspage:<name>, so a folderwikiand a notewiki.mdcollided onpage:wiki; the index rejected the duplicate key and the uncaught error killed the typeahead, leaving the dropdown stuck on the same initial results no matter what you typed. Entries are now keyed by their true kind (folder:,page:,file:), folders and assets are explicitly included in the corpus, and results map back to notes by the full kind-qualified key so a folder can't stand in for a same-named note.