https://github.com/paramt/discord-emoji
A handy tool to convert any string of letters or numbers into emoji markup that discord understands.
https://github.com/paramt/discord-emoji
discord discord-emoji text-to-emoji
Last synced: 16 days ago
JSON representation
A handy tool to convert any string of letters or numbers into emoji markup that discord understands.
- Host: GitHub
- URL: https://github.com/paramt/discord-emoji
- Owner: paramt
- License: mit
- Created: 2018-07-04T16:36:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T01:00:57.000Z (about 6 years ago)
- Last Synced: 2025-01-25T18:29:38.811Z (over 1 year ago)
- Topics: discord, discord-emoji, text-to-emoji
- Language: HTML
- Homepage: https://www.param.me/discord-emoji
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Convert Text To Discord Emojis
Using letter emojis in Discord is much more fun and makes your message stand out, but it can get tricky at times. The times of finding and fiddling through a mess of emojis are over, because now you can use this handy tool! This tool converts your message into emoji markup that Discord understands.
## Example
#### Your input
``Emojis, done easy.``
#### Output:
`:regional_indicator_e: :regional_indicator_m: :regional_indicator_o: :regional_indicator_j: :regional_indicator_i: :regional_indicator_s: :regional_indicator_d: :regional_indicator_o: :regional_indicator_n: :regional_indicator_e: :regional_indicator_e: :regional_indicator_a: :regional_indicator_s: :regional_indicator_y:`
#### Copied into Discord:
![alt text][demo]
## Features
* Conversion of letters, numbers, and 10+ symbols
* Button to instantly copy output
* Responsive design that's easy to use on mobile
## Changelog
| Version | Changes |
| ---: | :--- |
| 0.1.0 | Basic functionality |
| 0.1.1 | Changed selection color to match theme |
| 0.2.0 | Copy button introduced |
| 0.3.0 | Added support for all Discord-compatible symbols |
| Release 1.0.0 | Added favicon and open graph image Resolved major bugs Added link to Github repo|
## Todo
* Improve cross-browser compatiability (especially styling for Gecko-based browsers like Firefox/IE/Edge)
* Add the ability to map custom emojis with characters, which can be especially useful for server-specific custom emoji
* Add a toggle to include/exlclude non-convertable letters into final output
###### This project is not affiliated with [Discord Inc.](https://discord.gg) in any way
[demo]: https://raw.githubusercontent.com/paramt/discord-emoji/master/demo.png "Demo"