A minimalist text editor that lives entirely in your browser and stores everything in the URL hash.
- 🗜️ Compression – Your text gets compressed with deflate
- 🔗 URL hash – Share your notes by copying a URL
- 💕 Style – Customize the look with CSS via DevTools
- Start your document with
# Titleto set a custom page title - Your data lives in localStorage AND the URL. Double the fun!
- Add a
styleattribute to the<article>tag via DevTools. It'll be saved in the URL too! - Add
/qrto get a QR code for the current page
- wiki – a single file Wiki engine based on textarea.my
Made with ❤️ and JavaScript
