Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 3.1 KB

File metadata and controls

42 lines (29 loc) · 3.1 KB

A minimalist text editor that lives entirely in your browser and stores everything in the URL hash.

Screenshot of textarea.my

Features

  • 🗜️ Compression – Your text gets compressed with deflate
  • 🔗 URL hash – Share your notes by copying a URL
  • 💕 Style – Customize the look with CSS via DevTools

Pro tips

  • Start your document with # Title to set a custom page title
  • Your data lives in localStorage AND the URL. Double the fun!
  • Add a style attribute to the <article> tag via DevTools. It'll be saved in the URL too!
  • Add /qr to get a QR code for the current page

Examples

Related

  • numbr.dev – my another website, same as textarea, only support calculations like 1 USD in EUR =.

Made with ❤️ and JavaScript

Join Crow Watch