What's new
Fixed ✅
- Fixed link and quick_switch commands by replacing deprecated
resolve_note_asyncwith picker interface. - Added query parameter support to
picker.find_notesmethod. - Added query parameter support to snacks, telescope and fzf pickers.
- Improved search command building with
ignore_caseoption. follow_linkwill properly follow file url.follow_linkwill properly follow url.follow_linkwill properly follow links base on location type.
Commits
6b2a22a chore(release): bump version to v3.14.2 for release
906fa54 fix: follow_link based on location type
c0edf0a fix: follow_link will properly follow urls
6138090 fix(commands): replace deprecated resolve_note_async with picker (#454)
a3e888b fix: follow file urls
0ad09f2 fix: early return if no note
2fc7ff4 fix: not use api.current_note but Note.from_buffer directly