Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

nilobarp/summernote-ext-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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']]
	]
});

About

Emoji plugin for summernote

Resources

License

Stars

Watchers

Forks

Packages

No packages published