Hybrid live rendering
Switch between Live, Split, Read, and Source modes without giving up Markdown control.
Local .md files, hybrid live rendering, and a warm paper graphite theme for long-form writing, project notes, and documentation.
Switch between Live, Split, Read, and Source modes without giving up Markdown control.
Notes remain plain .md files on disk, ready for Git, sync tools, or other editors.
Keep local snapshots before saves, compare and restore versions, and jump with Previous / Next diff buttons.
In Live mode, hover the left of a block to convert its format, delete it, or insert an empty paragraph below.
# Today’s project notes
- [x] Collect requirements
- [x] Write docs
- [ ] Deploy to Cloudflare Pages
> Your files stay local and portable.
```ts
const mode = 'Live + Source'
```
The docs focus on local files, long-form reading, editing flow, layout checks, and static publishing instead of noisy marketing panels.
Open your local workspace while keeping the existing Markdown directory structure.
Use Source for precise syntax and Live for fewer formatting interruptions.
Use Read mode or split view to check headings, tables, code blocks, and images.
Build the docs as static files and deploy them with Cloudflare Pages.
Common Markdown blocks render while you type, which fits everyday writing and tutorials.
Best for daily writingKeep Markdown source on the left while a static preview checks tables, code blocks, images, and formulas on the right.
Best for complex layout checksHide editing noise and check hierarchy, rhythm, and readability.
Best for final reviewReturn to source when you need exact syntax, tables, links, or batch changes.
Best for structure editsStart with the usage guide, check syntax and shortcuts, or jump directly to the Cloudflare Pages deployment setup.