Editor & Live Mode

Three view modes. One seamless experience.

A live block editor that renders content inline, a full CodeMirror 6 source editor, and a synchronized edit + preview split view.

Live Mode

Write and see — at the same time

The default mode. A rich block editor that renders headings, bold text, links, math, code blocks, and checklists inline as you type. No separate preview pane needed.

Markini — Live Mode

Getting Started with Markini

Write naturally and see your formatting rendered inline as you type. Links like rustini.com appear in place — no need to switch to a preview.

E = mc2

python
def greet(name):
    return f"Hello, {name}!"
Live Ln 14, Col 28 87 words

Inline Rendering

Bold, italic, links, images, and math render where you type them.

Code Blocks

Syntax-highlighted code blocks with language labels and copy buttons.

Interactive Checklists

Click checkboxes to toggle them. The underlying markdown updates automatically.

Distraction-Free Writing

Focus, Typewriter & Zen Modes

Three modes designed to help you write without distraction. Dim the noise, center your thoughts, or strip away everything.

Focus Mode
4 The rain hammered the tin roof,
5 filling the silence between them.
6  
7 She opened the notebook and began
8  
9 "Start from the beginning," he said,
10 leaning back in his chair.
Focus Ln 7, Col 35

Focus Mode

Dims everything except the current line so you stay locked in.

F8
Typewriter Mode
22 The door creaked open slowly.
23  
24 "Who's there?" she whispered.
25 No answer. Just the wind.
26 She stepped forward, one hand
27 on the doorframe, the other
28 reaching into darkness.
Typewriter Ln 25, Col 26

Typewriter Mode

Keeps the active line vertically centered as you type.

F9

The world outside faded to nothing.

 

There was only the page, the cursor,

 

and the quiet hum of thought

becoming language.

Zen Mode

No title bar, no sidebar, no status bar. Full immersion.

Ctrl+Shift+Enter
Source Editor

Full control when you need it

A CodeMirror 6 source editor with syntax highlighting, bracket matching, code folding, and everything you'd expect from a modern code editor.

Multi-Cursor Editing

Select the next occurrence and edit in parallel. Works across the entire document.

Ctrl+D

Focus Mode

Dims everything except the current paragraph so you can concentrate on what you are writing.

F8

Typewriter Mode

Keeps the active line vertically centered as you type. No more writing at the bottom of the screen.

F9

Zen Mode

Hides every panel, toolbar, and tab. Just your words and a blinking cursor.

Ctrl+Shift+Enter

Smart Paste

Paste a URL onto selected text and it becomes a markdown link automatically. Paste an image and it is saved to your project.

40+ Slash Commands

Type / to open the command palette. Insert headings, tables, code blocks, diagrams, math, checklists, and more.

Table Editing

Add rows, add or remove columns, and navigate cells without touching raw pipes and dashes.

Ctrl+Enter

Autocomplete

Emoji shortcodes, wikilinks, and file paths are suggested as you type. Press Tab to accept.

Slash Commands

Type / to do anything

Over 40 slash commands to insert headings, tables, code blocks, diagrams, math, checklists, and more — without leaving the keyboard.

Markini — Slash Commands
12 Some paragraph text above...
13 /
H
/heading Insert heading (H1 - H6)
T
/table Insert table with size picker
{
/code Fenced code block with language
x
/math Display math equation
v
/checklist Task list with checkboxes
D
/mermaid Mermaid diagram block
I
/image Image with alt text
!
/alert Callout block (NOTE, TIP...)
-
/hr Horizontal rule
#
/toc Table of contents
Markdown Ln 13, Col 2