A minimalist text editor that lives entirely in your browser and stores everything in the URL hash.
- URL storage - Text compressed with deflate and stored in the URL hash
- Vim mode -
Escto enter normal mode,ito insert- Navigation:
hjkl - Visual:
vV - Edit:
aAoOdDyYpPuCtrl+R
- Navigation:
- Auto-save - Debounced saves to localStorage
- Dark mode - Respects system preference
- No backend - Pure client-side
- Start with
# Titleto set the page title - Share by copying the URL
Forked from antonmedv/textarea