summernote-ext-emoji icon indicating copy to clipboard operation
summernote-ext-emoji copied to clipboard

Emoji plugin for summernote

Summernote emoji plugin

Enoji Dropdown

##Usage

  • Include summernote-ext-emoji.js
  • Add emoji to summernote toolbar

##Example

<textarea id="summernote"></textarea>

document.emojiSource = '../pngs/'; //relative path to emojis

$('#summernote').summernote({
  toolbar: [
		['misc', ['emoji']],
		['code', ['codeview']]
	]
});