Skip to content

lixpng/tinymce-twemoji-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.