Skip to content

Markdown Toolbar

The Markdown toolbar sits between the tab bar and the editor. It lets you apply formatting with a single click — no need to memorize Markdown syntax.

Markdown toolbar close-up showing all formatting buttons
ButtonActionMarkdown inserted
H1 / H2 / H3Insert heading (dropdown for H1–H6)# / ## / ### etc.
BBold**text**
IItalic*text*
SStrikethrough~~text~~
Bullet listUnordered list- item
Numbered listOrdered list1. item
CheckboxTask list item- [ ] item
LinkInsert link[text](url)
ImageInsert image![alt](url)
CodeCode block```
QuoteBlockquote> text
RuleHorizontal line---
TableInsert table templatePipe-based table
Format TableTidy up and visually edit the table at the cursor (Cmd/Ctrl+Shift+L)
  1. Without selection — Click a button to insert the formatting at the cursor position with placeholder text
  2. With selection — Select text first, then click a button to wrap the selected text with the formatting

The Format Table button opens Bokuchi’s visual table editor, where you can add rows and columns, set alignment, and edit cells without lining up pipes by hand. See Table Editing for the full workflow.

If you prefer a cleaner editor, you can hide the formatting toolbar in Settings > Editor > Formatting Bar. It is also hidden automatically while you’re in Focus Mode.