Command Palette Protocols

Standard Garden features a powerful command palette system inspired by developer tools and advanced editors. Type :: followed by a command name to access hidden features.

Accessing the Command Palette

Open the palette in any of these ways:

  • Click the  hamburger menu in the header
  • Type :: anywhere on the page
  • Press Cmd/Ctrl + K (keyboard shortcut)

Authentication Commands

::login

Sign in or create a new account via email authentication.

  1. Enter your email address
  2. Check your email for a 6-digit code
  3. Enter the code
  4. Choose a username (first time only)

::passport

View your profile information and manage your account:

  • View your username and email
  • See your account tier (FREE, ESTATE)
  • Access your API key
  • Rotate your API key

::logout

Sign out of your current session.

Note Management

::write

Open the note editor to create or edit content.

::edit

Edit the current note (available when viewing your own notes).

::delete

Delete the current note (moves to compost).

::pin

Pin a note to the top of your garden.

Discovery Commands

::random

Navigate to a random public note in the garden.

::daily

View today’s curated content and recent activity.

::mycelium

Explore the network graph showing connections between notes.

API Commands

::api

Open the API playground to test endpoints and view documentation. Shows your API key for programmatic access.

Utility Commands

::help

View this documentation and learn about available commands.

::theme

Switch between the Four Standards:

  • International (Swiss, minimal)
  • Technical (monospace, grid)
  • Humanist (warm, serif)
  • Editorial (newspaper)

Advanced Usage

Commands support parameters:

::search [query]
::write [title]
::theme [technical]

the command palette learns from your usage and suggests relevant commands based on context.

for Developers

the command system is extensible. See the API documentation for programmatic access to these features.