Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 980 Bytes

README.MD

File metadata and controls

36 lines (23 loc) · 980 Bytes

Instructions

A plugin that let you insert twemoji image in tinymce5.x. Currently use twemoji v13.0.1

Why

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!

Category

The categories are generated from here https://emojipedia.org/, it is a common emoji category, so there are many twemoji haven't been used.

Sprite

The sprites generated from https://www.toptal.com/developers/css/sprite-generator.

Usage

tinymce.init({
    ...
    plugins: 'twemoji',
    toolbar: 'twemoji',
    ...
});

Result

w0aIL8.png
w0azLT.png

Todo

  • More comprehensive categories and keywords for every emoji.
  • Internationalization.