-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commands
zizhou teng (n451) edited this page Sep 10, 2025
·
6 revisions
Currently commands are available in two formats, for example:
-
ObsidianExtractNote
(legacy format) Obsidian extract_note
Warning
The legacy format of commands will no longer be maintained from version 4.0.0.
You can clean the Obsidian
namespace by passing the following into the setup function:
require("obsidian").setup({
legacy_commands = false,
})