Obsidian Command Palette When to Use This Skill | Use this skill when... | Use the alternative instead when... | |---|---| | Triggering a command the user would normally pick from the command palette ( ) | Running JavaScript via the developer API — use | | Discovering what commands a plugin registers | Enabling/disabling a plugin entirely — use | | Looking up which hotkey is bound to a command | Setting up a workspace — use | The command palette is Obsidian's universal action surface — every built-in operation and every command registered by a plugin appears here. The CLI exposes the same sur…