Skip to content

obsidian/command-handlers/global-command-handler

Command handler for global (non-editor, non-file) commands.

ClassDescription
GlobalCommandHandlerCommand handler for global commands invoked from the command palette. Subclasses override canExecute and execute to provide behavior.