Editor & Quick Note

The Markdown editor with context menus, Quick Note, and productivity features.

Editor Polish v0.9.7

The editor is built on Milkdown, a WYSIWYG Markdown framework. Recent improvements include:

Markdown Paste

When you paste Markdown text (## headings, **bold**, lists), it's parsed into formatted editor content instead of being inserted as raw text.

List Indentation

Tab and Shift + Tab indent and outdent list items.

Better Cursor Behavior

The editor remains clickable and writable after the final block of a note — no more dead zones at the bottom.

Right-Click Context Menu

All editing actions are unified in a single right-click context menu:

The old floating selection toolbar and floating table toolbar have been removed — everything is in one menu.

Quick Note

Shortcut: Ctrl + N

Creates a new note instantly in the current project or subfolder context:

Quick Notes are created where you are — if you're viewing a note in projects/, the Quick Note is created in projects/.

Copy Path

Right-click any project, folder, or note in the sidebar and select Copy path to copy the full file path. Works for regular notes, Gedankenspeicher notes, and folders. A small "Path copied" toast confirms the action.

Font Size

Use the A− and A+ buttons in the top bar to adjust editor font size (11–24 px). Your preference is persisted in localStorage.

Export Options

FormatHow
HTMLOne-click single-file export. Images are embedded as data URLs — recipients open one standalone .html file.
PDFVia Chromium/Edge. Headers and footers (date, file:// path) are suppressed for clean output.
DOCXVia Pandoc. Requires Pandoc installed.
Save as ScriptRight-click a code block and save as .sh, .py, .js, etc. Mioru auto-detects the language.