Breaking Changes - obsidian-nvim/obsidian.nvim GitHub Wiki
Follow any warning that pops up when you enter neovim. We group config options more logically to have better docs and improve feature accessibility.
All the functions in the callback section, the first argument client is removed, e.g. opts.callback.enter_note(client, note) -> opts.callback.enter_note(note).
...
Planned breaking changes
legacy commands will be removed, along with ObsidianQuickSwitch style commands.
completion will only be triggered by [[ for both markdown and wiki links, like obsidian app, it will be less intrusive for typing.