1.0.1 • Published 9 years ago
summernote-ext-github-emojis v1.0.1
Github emojis plugin for Summernote
This plugin allows summernote insert github emojis its document.
DEMO PAGE : http://siduko.github.io/summernote-ext-github-emojis/
USAGE
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.jsinto your page.Configure the toolbar of summernote like below.
$('#summernote').summernote({
toolbar: [
...
['misc', ['emojis']]
],
...
});Hint
Type starting with : and any alphabet, example: :taco to show hint ![]()
AUTHOR
LICENSE
MIT