Start with a file. Keep your flow.

The essentials for installing EaseInk, opening Markdown, working with technical content, and exporting finished documents.

Install

Download the package for Windows x64, Mac Apple Silicon, or Mac Intel. macOS requires version 12 Monterey or later.

Create and open documents

Use Ctrl/Cmd+N for a new document and Ctrl/Cmd+O to open Markdown. Each window edits one file; more files open in more windows. Recent files, relative Markdown links, and same-document heading anchors help you move between local files.

Essential shortcuts and preferences

Ctrl/Cmd+S saves, Ctrl/Cmd+F finds, Ctrl/Cmd+H replaces, and Ctrl/Cmd+/ toggles source mode. Use File ▸ Preferences to choose the interface language and review shortcuts; use View to toggle code block line numbers.

Blocks, tables, and math

The Paragraph menu can apply headings, body text, quotes, code blocks, formula blocks, ordered, unordered, and task lists, horizontal rules, YAML Front Matter, and table insertion. Tables support row and column editing, alignment changes, and deletion from contextual controls. Inline $...$ and block $$...$$ formulas render with KaTeX offline.

Images and Mermaid

Paste a screenshot or drag an image into a saved document. EaseInk stores it in the document's assets/ folder and inserts a relative path. Network images are read from their original URLs and are not uploaded. Create a fenced mermaid block for a live diagram that can be exported as SVG, PNG, or JPEG.

PDF and HTML export

Choose Export from the File menu. The current theme, code settings, local images, Mermaid diagrams, and KaTeX math are preserved.