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:
- Text formatting: Bold, Italic, Code, Strikethrough
- Headings: Convert to H1, H2, H3
- Lists: Bullet, Numbered, Checklist
- Blocks: Blockquote, Code Block
- Table actions: Add/remove rows and columns (when cursor is in a table)
- AI actions: Summarize, rewrite, expand selected text (when text is selected)
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:
- Default filename:
YYYY-MM-DD.md(today's date) - If that file exists:
YYYY-MM-DD-2.md,YYYY-MM-DD-3.md, etc. - Opens immediately in Edit mode
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
| Format | How |
|---|---|
| HTML | One-click single-file export. Images are embedded as data URLs — recipients open one standalone .html file. |
| Via Chromium/Edge. Headers and footers (date, file:// path) are suppressed for clean output. | |
| DOCX | Via Pandoc. Requires Pandoc installed. |
| Save as Script | Right-click a code block and save as .sh, .py, .js, etc. Mioru auto-detects the language. |