A plugin that let you insert twemoji image in tinymce5.x. Currently use twemoji v13.0.1
After tinymce5.x, it officially only provid the unicode emoji, so it display different in different system, and the compatibility is also terrible. Insert the image is the best way!
The categories are generated from here https://emojipedia.org/, it is a common emoji category, so there are many twemoji haven't been used.
The sprites generated from https://www.toptal.com/developers/css/sprite-generator.
tinymce.init({
...
plugins: 'twemoji',
toolbar: 'twemoji',
...
});
- More comprehensive categories and keywords for every emoji.
- Internationalization.