z

Zettel

Zettel — German for a single page. One surface for writing, math and code.

Drop a

text
.md
file anywhere on this page to open it. Press ⌘P to cycle preview, ⌘S to export.

Math

ex2dx=π\int_{-\infty}^{\infty} e^{-x^2}\,dx = \sqrt{\pi}

Python — runs in your browser

python
import math
print("π ≈", math.pi)

Less interface. More page.