What's new
Added 🎉
- Added
:ObsidianTags
command.
Changed ⚠️
- Changed API of client methods
Client:find_tags()
andClient:find_tags_async()
. The return value (or value passed to the callback) is now a list of objects representing the location of tags found. These objects have the following fields:tag: string
,path: string|Path
,line: integer
.
Fixed ✅
- Fixed a YAML parsing issue with unquoted URLs in an array item.
- Fixed an issue on Windows when cloning a template into a new note. The root cause was this bug in plenary: nvim-lua/plenary.nvim#489. We've added a work-around.
Commits
b101ad8 chore(release): bump version to v2.8.0 for release
f5176ea Add work-around for plenary path bug on Windows (#349)
217f7c7 Fix YAML parsing issues with unquoted URLs (#348)
194f9fc chore(docs): auto generate docs
c8b7d91 Add :ObsidianTags
command (#345)
5f469fa Separate quickfix win logic from backlinks
3b0020d chore(docs): auto generate docs
fecc91f Improve API of Client:find_tags()
and find_tags_async()
(#344)