Markdown Editing

Syntax highlighting, heading outline, formatting shortcuts, breadcrumb navigation, and document statistics.

Syntax Highlighting

Markdown elements are styled with distinct colors and sizes for easy scanning:

Markdown syntax highlighting showing headings, bold, code blocks, and lists
Headings, bold, italic, code, lists, and links are all visually distinct.

Formatting Shortcuts

Quindin provides keyboard shortcuts for common Markdown formatting:

Select text and press the shortcut to wrap it, or press with no selection to insert the markers at the cursor. Lists auto-continue when you press Enter — start a line with - or 1. and the next line will continue the pattern.

Outline Panel

The Outline panel shows every heading in your document as a nested hierarchy based on heading level (h1 through h6). Click any heading to scroll directly to it in the editor.

Markdown outline panel showing heading hierarchy
Click any heading to jump to it. The active heading is highlighted.

Toggle the outline with Cmd 8. You can also click the outline button in the breadcrumb bar (the list icon on the left).

The outline panel is resizable — drag its right edge to make it wider or narrower (range: 120–350px). Its visibility and width are remembered per file, so each document keeps its own layout.

Breadcrumb Navigation

For Markdown files, the breadcrumb bar shows the heading path to your cursor position — for example, Getting Started > Installation > macOS. Long heading text is truncated to 30 characters.

Click any element in the breadcrumb to see its sibling headings at that level. Click a sibling to jump to it in the editor.

Markdown breadcrumb showing heading path
The breadcrumb shows your position in the heading hierarchy.

Word Count and Reading Time

The status bar at the bottom shows your cursor position (Ln 42, Col 15) and the total word count. If you select text, it also shows the selection size and word count of the selection.

Status bar showing line, column, word count, and selection info
Cursor position, word count, and selection info in the status bar.

Toggle the status bar with Cmd 6.

The Inspector panel (Cmd 2) shows additional document statistics for Markdown files:

If the file is saved to disk, the inspector also shows the filename, type, file size, creation date, and modification date.

Editor Features

All standard editor features work with Markdown: line numbers (Cmd 4), find and replace (Cmd F), soft wrap (Cmd 7), and adjustable font size (Cmd +/Cmd -). The default font size is 13pt (range 9–40pt).

Tip: Enable soft wrap (Cmd 7) and the outline panel (Cmd 8) together for a comfortable long-form writing experience. Set the wrap column in Settings to control line width.