Skip to content

docs: explain the command palette in the user guide - #88

Merged
JackCuthbert merged 1 commit into
mainfrom
docs/command-palette
Aug 21, 2026
Merged

docs: explain the command palette in the user guide#88
JackCuthbert merged 1 commit into
mainfrom
docs/command-palette

Conversation

@JackCuthbert

Copy link
Copy Markdown
Owner

The command palette shipped in #86 with no user guide page. This adds one, under Getting around, between "Finding a todo" and "Keyboard shortcuts".

Covers what's in the palette (the four groups), how the fuzzy matching actually behaves, the keys that move around it, how to reach it on a phone, and what it deliberately doesn't do.

Also adds Ctrl+K to the keyboard shortcuts page. That table listed every other chord but not this one, which was wrong the moment the palette landed — the app's own Help modal has listed it since.

On the typo examples

I checked these against filterCommands rather than writing them from memory, and the first draft was wrong. Single-typo misspellings match — sumary → Summary, serch → Search, setings → Settings — but heavy vowel-dropping does not: tmrw finds nothing at the 0.3 threshold, and neither do initialisms like nl. The page now says so, and points at short prefixes instead (tom → Tomorrow), which do work.

Worth knowing if the threshold is ever tuned: these examples are load-bearing and would need re-checking.

Notes

  • No *(added …)* annotations, per CLAUDE.md — that convention is for specs, not the guide.
  • bun run docs:build passes, so the dead-link check is happy with the new cross-links.

Covers what is in it, how the fuzzy matching behaves, the keys that move
around it, and how to reach it on a phone. Adds Ctrl+K to the keyboard
shortcuts page, which had every other chord but not this one.
@JackCuthbert
JackCuthbert merged commit 8b6cf5a into main Aug 21, 2026
5 checks passed
@JackCuthbert
JackCuthbert deleted the docs/command-palette branch August 21, 2026 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant