github epwalsh/obsidian.nvim v1.8.0

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

What's new

Changed ⚠️

  • lua-yaml no-longer bundled as a git submodule. Code from that project has been copied and modified into it's own Lua submodule of obsidian.
  • (BREAKING) 'nvim-lua/plenary.nvim' is no-longer bundled, so must be explicitly installed (e.g. Plug 'nvim-lua/plenary.nvim' in your init.nvim).

Fixed ✅

  • Fixed a bug where creating a new note with nvim-cmp completion
    would cause nvim-cmp to stop working.
  • Fixed bug where disable_frontmatter setting would be ignored for :ObsidianNew command.

Commits

0f556fd chore: auto generate docs
e2fca73 Un-bundle plenary (#97)
43009f0 Remove lua-yaml git submodule (#96)
cf3c97b Fix relative module name with idiomatic name; see #93 for explanation. (#94)
3d45970 Fix bug with disable_frontmatter setting
59ade59 Fix: cmp stopped working when the cmp_obsidian_new was executed. (#90)

Don't miss a new obsidian.nvim release

NewReleases is sending notifications on new releases.