Skip to content

Toolbar Reference

The Markdown toolbar sits above the editor and provides quick-insert actions for common Markdown elements.

Formatting Buttons

ButtonInsertsNotes
H1H6Heading at cursor levelWraps selection in heading if text is selected
B**bold**Wraps selection
I*italic*Wraps selection
~~~~strikethrough~~Wraps selection
``inline code`Wraps selection
"> blockquotePrepends to current line

Insert Buttons

ButtonActionNotes
LinkInsert [text](url) templateCursor lands on url
ImageOpen file picker → insert imageUses workspace-relative path
TableInsert 3×3 table skeletonOpens inline table editor on click
Ordered listInsert 1. list item
Unordered listInsert - list item
TaskInsert - [ ] task
HRInsert ---

Diagram Buttons

ButtonAction
MermaidInsert fenced Mermaid block
ExcalidrawInsert Excalidraw diagram block

Validation and Quality

ButtonAction
ValidateRun Markdown validation on the current note
FormatAuto-format the focused code block using Prettier

Capture Button (Windows)

ButtonActionNotes
📷 ACapture screen area — Auto Insert modeA = Auto Insert
📷 RCapture screen area — Review Before Insert modeR = Review mode

The mode badge (A or R) reflects the current setting from Settings → Screen Capture.

Screen Capture guide

View Mode Controls

The mode buttons in the editor header bar (not the toolbar) control which view is shown:

ButtonMode
EditRaw Markdown editor
SplitEditor + live preview
PreviewRendered output only
WebWebsite-style rendering

Tips

Keyboard Over Mouse

Most toolbar actions have keyboard alternatives. Open Help → Keyboard Shortcuts (Ctrl + /) for the full list.

Wrapping Selections

Most formatting buttons (bold, italic, link, code) wrap the current text selection if one exists. Select text first for faster formatting.