Commands - obsidian-nvim/obsidian.nvim GitHub Wiki

Deprecation note

migrate from ObsidianExtractNote to Obsidian extract_note

the former style will not be maintaining after 4.0.0

to get a clean namespaced Obsidian command with no deprecation warning, do:

require"obsidian".setup {
   legacy_commands = false
}