Skip to content

Comments

Add HTML Entity Encoder tool#29

Closed
GhDj wants to merge 1 commit intodevelopfrom
feature/html-entity-encoder
Closed

Add HTML Entity Encoder tool#29
GhDj wants to merge 1 commit intodevelopfrom
feature/html-entity-encoder

Conversation

@GhDj
Copy link
Owner

@GhDj GhDj commented Dec 14, 2025

Summary

  • Add new HTML Entity Encoder/Decoder tool
  • Support encoding to named entities (&), numeric entities (&), or hex entities (&)
  • Option to encode all characters or only special characters
  • Common entities reference panel with clickable items to insert
  • Entity reference table organized by categories (special, punctuation, math, currency, arrows)
  • Click to copy any entity format from the reference table

Test plan

  • All 275 tests pass
  • Verify encode/decode functionality works correctly
  • Verify encoding mode options (named, numeric, hex) produce correct output
  • Verify "encode all characters" option encodes every character
  • Verify clicking common entities inserts them into input
  • Verify clicking entity formats in the reference table copies them
  • Verify dark mode styling

- Encode text to HTML entities (named, numeric, hex formats)
- Decode HTML entities back to text
- Option to encode all characters or only special characters
- Common entities reference panel with clickable items
- Entity reference table organized by categories
- Statistics showing input/output lengths
@GhDj
Copy link
Owner Author

GhDj commented Dec 15, 2025

Merged via cherry-pick into develop

@GhDj GhDj closed this Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant