github epwalsh/obsidian.nvim v2.7.0

latest releases: v3.9.0, v3.8.1, v3.8.0...
8 months ago

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 to aliases: [foo]. Though when the frontmatter is saved it will always be saved as a YAML list, so aliases: foo gets saved as aliases: [foo] (or equivalent).
  • Added Client methods Client:apply_async() and Client: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)

Don't miss a new obsidian.nvim release

NewReleases is sending notifications on new releases.