Skip to content

Latest commit

Β 

History

History
34 lines (22 loc) Β· 2.45 KB

File metadata and controls

34 lines (22 loc) Β· 2.45 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

  • wiki – a single file Wiki engine based on textarea.my

Made with ❀️ and JavaScript