This plugin allows summernote insert github emojis its document.
DEMO PAGE : http://siduko.github.io/summernote-ext-github-emojis/
Install library:
If you’re using bower, than just type bower install summernote-ext-github-emojis,
If you’re using npm, npm install summernote-ext-github-emojis,
or download and copy summernote-ext-github-emojis to your own directory.
Embed summernote-ext-github-emojis.js into your page.
Configure the toolbar of summernote like below.
$('#summernote').summernote({
    toolbar: [
        ...
        ['misc', ['emojis']]
    ],
    ...
});
Type starting with : and any alphabet, example: :taco to show hint ![]()
MIT