All Projects → nilobarp → summernote-ext-emoji

nilobarp / summernote-ext-emoji

Licence: MIT License
Emoji plugin for summernote

Programming Languages

javascript
184084 projects - #8 most used programming language

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']]
	]
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].