v3.4.0
What's new
Added π
- Added client methods
Client:find_backlinks()
andClient:find_backlinks_async()
. - Added client method
Client:open_note()
for open a note in a buffer.
Changed β οΈ
:ObsidianBacklinks
and:ObsidianTags
now open your preferred picker instead of a separate buffer.- Improved
cmp_obsidian
doc/preview text.
Fixed β
- Fixed
:ObsidianExtractNote
when usual visual line selection ("V"). - Fixed "hsplit" open strategy.
Commits
be82bc7 chore(release): bump version to v3.4.0 for release
977224b Refactor config normalization
d0a2e03 chore(docs): auto generate docs
392e322 Add client method Client:open_note()
ca48902 Fix "hsplit" open strategy
e08105a chore(docs): auto generate docs
38879af Improve cmp doc/preview text
a2dcb37 chore(docs): auto generate docs
7bee190 Replace loclist with picker for backlinks and tags (#415)
23e987d Fix :ObsidianExtractNote
in "V" mode
f7658a4 Minor update to how templates are inserted
6cdef0c Update command descriptions
1939914 improve picker API
066b2e4 chore(docs): auto generate docs
1c942af Fix workspace test
23c935d Add client methods for collecting backlinks