What's new
Changed ⚠️
- Rename and Backlinks no longer use id and aliases to identify notes, to stay consistent with obsidian app.
api.open_buffer(path, opts)->api.open_note(quickfix_entry, open_strategy)
Fixed ✅
- Rename will not error on different id and file basename.
Added 🎉
- A default picker implementation, no longer require any picker plugin.
- Properly implement definition through LSP API.
Commits
01cde93 chore(release): bump version to v3.14.4 for release
1db1841 chore(docs): auto generate docs
6520381 feat: Real LSP definition (#471)
8ca8d8f feet: Default picker implementation, no longer require third picker (#472)
c76a367 fix: comment out vim.validate usage for now, to support 0.10
1a1a475 fix: remove assert for relpath reference for now
47bd91e chore(docs): auto generate docs
6a2a997 fix: rename offset issue, id is no longer used in backlinks and renaing (#478)
ac66c4f feat: default picker
c89439f feat: default picker to find file with input + qf