DenverCoder1 / DenverCoder1/unicode-formatter
🚀 Feature: insert standard emojis (😊 ❤️ 👍, etc.)
- Dominant language
- JavaScript
- Stars
- 92
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
### Description
The app's circled/squared font variants (🅰 ⒶⒷⒸ 🄰) look emoji-ish but aren't actual emojis — they're styled letters. There's currently no way to insert real standard emojis like 😊 (smile), ❤️ (love), 👍, 🔥 into the text. Users wanting those have to leave the app and use their OS emoji picker, which breaks flow.
Proposal: add an emoji button to the toolbar that opens a small panel of standard emojis (with search + categories like "smileys", "hearts", "hands"). Clicking an emoji inserts it at the cursor position via the existing CodeMirror instance. Font-mapping behavior is unchanged — emojis pass through the font buttons untouched since they aren't in any font table.
Contributor guide
Assessment
This issue has not been assessed yet.