bootstrap-wysiwyg icon indicating copy to clipboard operation
bootstrap-wysiwyg copied to clipboard

Feature Request: Emoji Support

Open codewithtyler opened this issue 8 years ago • 1 comments

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.

codewithtyler avatar Jul 05 '16 20:07 codewithtyler

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

spreadred avatar Apr 04 '17 18:04 spreadred