Articles · Documents & Markdown
Inside Kition’s Obsidian-style Markdown editor
Built on CodeMirror 6 — live preview is inline decorations, not a two-pane split. Source is what you see.
Kition Team·Mar 18, 2026·1 min read
Design principles
- The source
.mdIS the document — no "rendered vs raw" duality - Decorations (bold, links, callouts) render over the source
- Cursor on a decoration auto-reveals the underlying syntax
- Every action has a keyboard equivalent
Fundamental difference from Notion blocks
Notion turns each paragraph into a "block" object and stores it as cloud JSON. Kition treats a doc as one text stream and saves it as .md on disk. Former feels app-like; latter feels file-like.
Related reading
Getting started
30 most-used Kition shortcuts
Memorize these and you can basically ditch the mouse — writing, agent, navigation all on the keyboard.
Compare & migrate
Kition vs Notion deep dive: local + AI-native vs cloud collaboration
Not "which is better" but "which fits you." Four axes: data ownership, collaboration, AI integration, pricing.
