supposedly / copy

Browser extension: Copy escaped HTML entities as unescaped symbols

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

©

A browser extension that lets you copy HTML entities as actual symbols -- with minimal hassle.

Motivated by the incongruous amount of time I'd been spending on the Need a zero-width-space on your clipboard? codepen, always modifying it to copy a bunch of other characters. No more!

Usage

  • Type your text into the box. It'll be previewed up top. Hit the green button to copy what's in the preview.
  • Recently used entities will be added to the left column, and commonly used ones will be added to the right. Hover over these buttons to preview them, and click on any to copy what's in its preview.

Browser support

  • Chrome
  • Firefox
  • Edge

Potential todos

  • Edge support
  • Names for common entities
  • Typing entities by character name, a la Python '\N{}'

About

Browser extension: Copy escaped HTML entities as unescaped symbols

License:MIT License


Languages

Language:JavaScript 78.0%Language:CSS 11.9%Language:HTML 10.1%