steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
661 stars 1.71k forks source link

Feature Request: Emoji Support #98

Open codewithtyler opened 8 years ago

codewithtyler commented 8 years ago

A lot of editors now a days have emoji support. Not sure if this is something we'd want to add or not but it could at least be a good plugin to create once the plugin system has been implemented.

spreadred commented 7 years ago

http://emojione.com - looks like a good option. Not only does it provide all the art files under Creative Commons, but the provided JS toolkit easily converts back and forth between Unicode representation, shortname and image.

This would however require:

<script src="https://cdn.jsdelivr.net/emojione/2.2.7/lib/js/emojione.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/emojione/2.2.7/assets/css/emojione.min.css"/>

to be added to any page in which the editor needs emoji support. Perhaps one day we'll have a require directive for Javascript