Breaking Changes - obsidian-nvim/obsidian.nvim GitHub Wiki

TODO: list all the things that you need to migrate

  1. Follow any warning that pops up when you enter neovim. We group config options more logically to have better docs and improve feature accessibility.
  2. All the functions in the callback section, the first argument client is removed.
  3. ...

Planned breaking changes

  1. legacy commands will be removed, along with ObsidianQuickSwitch style commands.
  2. completion will only be triggered by [[ for both markdown and wiki links, like obsidian app, it will be less intrusive for typing.