Skip to main content
Docs / Advanced / Command Palette

Command Palette

Access any feature instantly with the command palette. Every plugin — first-party and third-party — can register its own commands, search results, and navigation entries. No extra configuration needed.

Command Palette

Opening

Press Ctrl/Cmd + K to open the command palette.

What You Can Do

Search Content

Type to search across all your data. The command palette queries every active plugin in your workspace, so results span your entire knowledge base — regardless of which plugin owns the data.

Run Commands

Type > to enter command mode. Each plugin registers its own commands automatically:

  • >new ... — Create items in any plugin
  • >settings — Open settings
  • >theme dark — Switch to dark theme
  • >lock — Lock the app

Plugins can add their own commands here. Install a plugin, and its commands appear in the palette immediately.

Jump to any module or page. The palette lists every active plugin in your workspace as a navigation target.

Quick Actions

  • @today — See today’s items across all plugins
  • #tag — Filter by tag across all plugins
  • !priority — Filter by priority

Plugin Integration

The command palette is part of the core platform. Plugins opt into it automatically by implementing standard interfaces:

  • Search provider — Plugin content appears in search results
  • Command provider — Plugin actions appear in command mode
  • Navigation target — Plugin appears as a destination

Third-party plugins get the same integration as first-party ones. No special setup, no API keys, no configuration.

Tips

  • Recent items appear first
  • Fuzzy matching — “nts” matches “notes”
  • Arrow keys to navigate, Enter to select
  • Esc to close