What's new
Fixed ✅
- Fixed fzf-lua implementation of insert template and linking.
- Fixed minor bug with
cmp_obsidian_new
.
Added 🎉
- Added support for parsing single aliases specified as a string, not a list, in frontmatter. E.g.
aliases: foo
as opposed toaliases: [foo]
. Though when the frontmatter is saved it will always be saved as a YAML list, soaliases: foo
gets saved asaliases: [foo]
(or equivalent). - Added
Client
methodsClient:apply_async()
andClient:apply_async_raw()
.
Commits
c3e88c5 chore(docs): auto generate docs
cd0f9d3 add emphasis to readme
bb2ff83 chore(docs): auto generate docs
51ca4dd Add Client:apply_async()
and :apply_async_raw()
(#336)
50b67e2 fix minor bug with cmp_obsidian_new
bf8083f Add support for single aliases as string
342af36 minor refactor
abf772d Fix template usage for fzf_lua (#326)