Made for real Markdown workflows.

EaseInk Early Access is a local-file-centered desktop Markdown editor that anyone can use through March 31, 2027, based on the device's local date. Rich-text editing is the default, while the original Markdown remains the source of truth for complex documents, local work, and delivery.

Public Early Access · Free through March 31, 2027 · Local files · No account

release-readiness.md — EaseInkMarkdown
DOCS / RELEASES / release-readiness.mdDraft · synced

Release readiness playbook

One handoff-ready Markdown document for product, engineering, and operations decisions.

#release#api-contractOwner: Platform Experience

2. API response contract

The payload keeps the decision trail visible while the nested data stays easy to scan.

JSONFoldable JSON · original line numbers
38{
39"release": {
40"version": "2.4.0",
41"phase": "canary",
42"checks": [
43"smoke-test",
44"rollback-ready"
45],
46"approval": true
47}
48}
TSCode sample · TypeScript
54const ready =
55checks.every(check =>
56check.passed === true,
57);
58
59if (ready) publish();
All rollout checks must pass before publishing.
Ln 42, Col 18UTF-8 · 1,248 words · Markdown

Visual editing and local file protection for complex Markdown

EaseInk keeps immersive, Typora-style writing while adding focused editing and management for configuration documents, blog posts, Agent Skills, and image-rich notes.

JSON folding, indentation guides, and original line numbers

JSON uses four-space visual indentation with hierarchy guides and independent object and array folding. Long configurations, API examples, and data samples can collapse as needed while both states preserve original line numbers for reading, navigation, and debugging.

A true hierarchy outline with connections and current section

The outline follows actual heading depth with parent-child connector lines, making every relationship clear—even when a heading has only one child. It follows the active section while you edit or scroll.

Visual YAML Front Matter for Agent Skills and blogs

EaseInk recognizes Markdown YAML Front Matter and shows common key/value metadata in a structured panel. Agent Skill SKILL.md and Hexo fields such as title, date, tags, categories, and layout are directly editable; nested objects, lists, comments, and multiline content retain their original Markdown form.

External change detection that protects local editing

Changes from cloud drives, Git, AI tools, or other editors hot-reload clean documents. Unsaved work is never overwritten: diff review and conservative three-way merging apply only non-overlapping changes and clearly mark conflicts.

Images saved to assets/ with relative paths

When you paste or drop an image, EaseInk saves it beside the Markdown document in assets/ and inserts a relative path. Moving a project, committing to Git, syncing a cloud drive, or handing it off keeps Markdown and images correctly connected.

20 themes for every writing state

From GitHub and Catppuccin Latte to warm Duotone Heat and immersive Tokyo Night, every theme shapes the complete reading and writing environment.

OUTLINEDesign goalsData modelExport

A complete writing environment

Themes shape prose, code, tables, diagrams, and interface chrome together.

Reading and editing should always feel consistent.
  • Local Markdown
  • Semantic palette

theme.palette.accent

{
  "source": "markdown",
  "export": ["pdf", "html"]
}
ContentThemed
Markdown
Mermaid
MarkdownExport
GitHubMarkdown · UTF-8

Your documents stay yours

No account, no cloud dependency, and no automatic document or local image uploads. Folder workspaces, recovery snapshots, external-change protection, and save-time disk checks help keep local work safe.

Local files are the product model

EaseInk reads and writes ordinary files on your device. Network images are fetched only from their original URLs for display.

D:\Documents\architecture.md
D:\Documents\assets\diagram.png

Recovery snapshots

Unsaved work is periodically captured outside the original file and offered after an unexpected exit.

External change protection

Unchanged documents refresh automatically. If you have unsaved work, EaseInk protects it: only non-overlapping edits merge automatically, while conflicts are clearly marked for review.

One focused editor, on Windows and macOS

Windows x64

Choose a familiar Setup installer or a portable ZIP.

Windows downloads

macOS 12+

Separate downloads for Apple Silicon and Intel Macs.

macOS downloads