❯
cat jotter.md
jotter
jotter is a local-first notes and todos app. Notes and todo lists live in spaces, each with its own resizable column layout so you can keep both side by side. Everything is stored in the browser’s localStorage — no accounts, no server, no tracking.
Features:
- Multiple spaces behind tabs, reorderable by dragging
- Resizable columns; add todo lists and notes side by side
- Inline editing, checkmarks, drag-to-reorder
- Dark / light paper themes, font choices, paper grain in Settings
Built with SvelteKit, deployed as a static site to GitHub Pages.
Live at dkaisers.github.io/jotter.
❯
cd ..