Autosave
Zettel
Zettel — German for a single page. One surface for writing, math, code, diagrams and HTML.
Drop a
text
.mdMath
Inline math like and inline code like
text
const x = 42Python — runs in your browser
pythonimport math
print("π ≈", math.pi)
Syntax highlighting
tstype Zettel<T> = { id: string; body: T };
const note: Zettel<string> = { id: "a1", body: "hello" };
Diagrams · Mermaid
diagram · mermaid
Inline HTML
You can drop in raw HTML when markdown isn't enough — ⌘K, highlighted text, or a
collapsible block
with hidden content inside.Less interface. More page.