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
