Supaslidev Logo
Features

Command Palette

Quick access to all dashboard actions through a keyboard-driven interface.

Opening the Command Palette

Press the keyboard shortcut to open the command palette modal:

PlatformShortcut
macOS⌘K
Windows/LinuxCtrl+K

Press the same shortcut again or Escape to close the palette.

Available Commands

The command palette organizes commands into groups for easy discovery.

Actions

CommandDescription
NewCreate a new presentation
ImportImport existing Slidev presentation(s) into your workspace
Toggle themeSwitch between light and dark mode
Toggle viewSwitch between grid and list layout

Present

Start the dev server for any presentation and open it in your browser:

  • Present > [presentation-name]

Export

Export any presentation to PDF:

  • Export > [presentation-name]

Keyboard Navigation

Navigate the command palette entirely with your keyboard.

KeyAction
/ Move selection up or down
EnterExecute the selected command
EscapeClose the command palette
Type textFilter commands by searching

The palette uses fuzzy search, so you can type partial matches to quickly find commands. For example, typing "tog" will match both "Toggle theme" and "Toggle view".

Header Input Alternative

You can also type commands directly in the terminal-style header input without opening the command palette modal. The header provides:

  • Autocomplete: As you type, matching commands appear in a dropdown
  • Ghost text: Tab-completable suggestions appear as you type
  • Direct execution: Press Enter to run a command

Supported text commands:

new                     # Create a new presentation
import                  # Open import dialog
present <name>          # Start dev server for a presentation
export <name>           # Export a presentation to PDF
Start typing anywhere in the dashboard (when no input is focused) to automatically focus the header input and begin searching.

Next Steps

Dashboard

CLI Commands