Skip to content

Toolbar

The toolbar keeps common writing actions near the editor, so you can insert Markdown structures without memorizing every syntax detail. Button order and visibility can be adjusted in Settings.

FkeMark toolbar areas

Main areas

AreaCommon actionsBest for
FileNew, open, saveStarting or switching documents
ModeLive, Read, Source, split viewMoving between editing, reading, and source control
FormatHeading, bold, italic, strike, quote, linkParagraph and inline formatting
InsertImage, table, code block, divider, wiki linkStructured content and local document links
ToolsVersion history, snippets and templates, spell check, AI assistant, presentation modeSnapshot comparison, reusable structures, review, assisted writing, and slides

Key buttons

ButtonWhat it doesBest for
Heading dropdownSwitch between H1-H6 and paragraphAdjusting long-document hierarchy
Ordered-list styleChoose decimal, alpha, or roman numberingSteps, outlines, and policy-style lists
Table gridDrag to choose rows and columnsCreating small tables quickly
Wiki linkInsert a wiki-style document linkConnecting notes in the same folder
Version HistoryOpen local snapshots, then create, compare, or restore versionsChecking changes and recovering older content
Snippets & TemplatesInsert built-in templates or personal Markdown snippetsRepeated structures like meeting notes, tech notes, and reading notes
Spell checkOpen the writing-quality panelMixed Chinese / English proofreading and duplicate cleanup
Presentation modePresent the current Markdown as slidesSplit pages with --- before presenting

Version diff buttons

After selecting a snapshot in “Version History”, the comparison view shows addition / deletion counts and provides:

  • Previous diff: jump back to the previous added or removed line.
  • Next diff: jump to the next added or removed line.
  • Position: show the current diff index and the total number of navigable diffs.

For long documents, use these buttons to locate changes first, then decide whether to restore the snapshot.

Customize layout

Open “Settings → Appearance → Toolbar layout” to:

  • Drag buttons to change order.
  • Move low-frequency buttons to the hidden area.
  • Place buttons into Format, Block, Insert, or Utility groups.
  • Move separators so common actions are visually grouped.

Floating toolbar

By default, the toolbar stays close to the editor. If you prefer a fixed layout, adjust toolbar position and display in Settings.

TIP

The toolbar is a shortcut, not a replacement for Markdown syntax. Once you know the syntax, type Markdown directly and use the toolbar for high-frequency actions like images, tables, links, and version snapshots.

Released under AGPL-3.0-only.