https://github.com/robbrazier/entitydecode.com
EntityDecode website (Mirror of https://codeberg.org/robbrazier/entitydecode.com)
https://github.com/robbrazier/entitydecode.com
decoder entity html
Last synced: about 2 months ago
JSON representation
EntityDecode website (Mirror of https://codeberg.org/robbrazier/entitydecode.com)
- Host: GitHub
- URL: https://github.com/robbrazier/entitydecode.com
- Owner: RobBrazier
- License: mit
- Created: 2017-07-15T10:36:53.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T17:01:32.000Z (5 months ago)
- Last Synced: 2026-01-14T21:07:42.976Z (5 months ago)
- Topics: decoder, entity, html
- Language: JavaScript
- Homepage: http://entitydecode.com
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EntityDecode
A fully client-side tool to encode and decode HTML Entities from text (e.g.
`»` → `»`) and decode URL components (e.g. `%23` → `#`)

[](https://astro.build)
## Running Locally
Packages are installed with [bun](https://bun.sh)
```bash
deno install
```
To run the app, use
```bash
deno run dev
```
## Maintenance
I may do the occasional rewrite of this app as a test for other technologies,
but remain the same functionality.
It's essentially feature complete for what I have intended to write, so just
'maintenance mode' - responding to dependabot/renovate constantly pinging me
about dependencies needing to be updated.
**DISCLAIMER** No support is provided - this is a toy project