Show HN: Minimalist editor that lives in browser, stores everything in the URL
medv Wednesday, December 24, 2025I wanted to see how far I could go building a notes app using only what modern browsers already provide – no frameworks, no storage APIs, no build step.
What it does:
Single HTML file, no deps, 111 loc
Notes live in the URL hash (shareable links!)
Auto-compressed with CompressionStream
Plain-text editor (contenteditable)
History support
Page title from first # heading
Respects light/dark mode
No storage, cookies, or tracking
The entire app is the page source.
Summary
The article discusses a JavaScript library called 'textarea' that provides an enhanced textarea element with features like automatic resizing, syntax highlighting, and key bindings. It is designed to be a simple and customizable solution for creating rich text areas in web applications.
222
80
Summary
github.com