Dictate straight into a note — the mic understands a small grammar of spoken commands for lists, headings, and formatting, not just plain sentences.
Start voice input from the command palette (Start voice input) to start listening. Speech accumulates in an editable preview box instead of the document itself, so you can fix a mishear before it ever touches your note. Press Enter to insert the reviewed text at the cursor, Shift+Enter to add a line break within the preview, or Escape to discard it.
Voice input uses the browser's built-in Web Speech API, which only Chromium-based browsers implement — see
Installation. The mic button is hidden entirely on unsupported browsers.
Most speech is inserted as plain text, but starting a phrase with one of the keywords below is parsed as a command instead:
"heading two Project Notes"
"bullet buy milk"
"numbered item first step"
"indent bullet …" / "indent numbered item …"
"task incomplete / complete …"
"quote to be or not to be"
"bold …" / "italic …" / "strikethrough …"
"inline code const x"
"code block python" … "end code block"
"wiki link to dashboard" / "link"
"horizontal rule" / "divider"
A few words control layout and punctuation instead of inserting Markdown syntax directly:
"new line" / "new row" / "new paragraph"
"period" / "comma" / "question mark" / "exclamation point"
"colon" / "semicolon"
"outdent" / "unindent"
"two levels deep"
"done with list" / "end list"
"scratch that" / "delete last" / "undo that"
Commands nest — "bullet bold important" produces - **important**, and the same applies inside headings and tasks. Anything that doesn't match a command is inserted as plain text, so ordinary dictation always works. Sentences capitalize themselves automatically after a spoken "period", "question mark", or "exclamation point" (a comma doesn't count), and a heading always starts its own line.
Listening stops automatically when the pane loses focus, the tab is backgrounded, or the mic button is clicked again. If the browser denies microphone access, loses its network connection mid-session, or can't find a microphone, a toast explains why and listening stops rather than retrying silently.