Command Palette

The Command Palette is your central hub for navigating notes, running commands, and performing actions quickly without leaving the keyboard.

Opening the Palette

Press ⌘P (Mac) or Ctrl+P (Windows/Linux) to open the Command Palette.

When opened, you’ll see:

  • Recent notes - Your most recently accessed notes
  • Tips bar - Hints for search modes
  • Preview pane - Live preview of selected note

Search Modes

The Command Palette supports three search modes, activated by typing a prefix:

Notes Search (default)

Just start typing to search notes by title. The search uses fuzzy matching, so you don’t need to type exact words.

Example: Type meet to find “Meeting Notes”, “Team Meeting 2024”, etc.

Tag Search (#)

Type # followed by a tag name to filter notes by tags.

Example: Type #work to find all notes tagged with “work”

Results show which tags matched, making it easy to navigate your tag system.

Command Mode (>)

Type > to access app commands. Available commands include:

CommandShortcutDescription
Open Workspace⌘OOpen a workspace folder
Create New Note⌘NCreate a new note
Toggle Sidebar⌘BShow/hide file explorer
Toggle Right Panel-Show/hide right panel
Toggle Action Bar-Show/hide action bar
Toggle Dark Mode-Switch between themes
Keyboard Shortcuts⌘/View all shortcuts

Keyboard Navigation

KeyAction
Navigate through results
TabFocus preview pane
Shift+TabFocus search input
EnterOpen selected note/run command
⌘EnterOpen in new pane
EscapeClose palette (or exit preview)
⌘⌫Delete selected note

Creating Notes

If your search returns no results, you can create a new note with that title:

  1. Type a name that doesn’t match existing notes
  2. Click “Create note” or press Enter
  3. The new note opens in the editor

Deleting Notes

To delete a note from the Command Palette:

  1. Select the note using arrow keys
  2. Press ⌘⌫ (Mac) or Ctrl+Backspace
  3. Confirm deletion in the modal

Preview Pane

The preview pane shows a live, editable preview of the selected note:

  • Tab to focus the preview and interact with it
  • Changes auto-save like the main editor
  • Escape returns focus to search
  • Enter opens the note in the main editor

Tips

  • Quick access: The palette remembers your recent notes, showing them first when opened
  • Open indicator: Notes currently open in the editor show an “Open” badge
  • Tag matches: When a result matches via tag, you’ll see a “Tag match” badge
  • Fuzzy search: You can skip letters - “mtnts” matches “Meeting Notes”