All products

Markdown editor

MinuEditor

An embeddable React editor that makes Markdown feel visual without hiding the source.

In development

Overview

MinuEditor is a controlled React Markdown editor built on CodeMirror 6. It combines visual, low-friction writing with raw source editing while keeping plain Markdown as the only document source of truth.

It is a reusable library rather than a complete notes application. The host product owns documents, storage, permissions, and navigation; MinuEditor stays focused on writing, rendering, keyboard behavior, and clean integration boundaries.

Why it exists

Plain Markdown is great for portability, versioning, APIs, and intelligent agents. But asking everyone to work in raw source can make everyday writing feel more technical than it needs to be.

MinuEditor bridges that gap for MinuNotes and other React products. Inactive Markdown is presented visually, the exact source appears when someone edits it, and the host never has to maintain a second hidden rich-text format.