textarea.my Documentation

repository·master·Indexed 25 days ago

https://github.com/antonmedv/textarea

A browser-based, minimalist text editor that uses URL hashes and deflate compression to store and share notes without a backend database. Supports custom page titles via Markdown H1 headers and persistent visual styling through the <article> tag style attribute.

Tokens
171
Snippets
0
Records
3
Agent score
32%

What's inside textarea

  1. Overview of textarea.my

    master
    textarea.my is a minimalist text editor that runs entirely in your browser. It uses the URL hash to store and persist your text, allowing you to share notes simply by copying the URL. The application uses deflate compression to keep the URL length manageable.
  2. Customize the look of your text using CSS

    master
    You can customize the visual style of your document by adding a style attribute to the <article> tag via your browser's DevTools. Once added, the style attribute is saved into the URL hash, meaning your custom styling will persist and be shared when you copy the link.