summernote-ext-github-emojis

1.0.1 • Public • Published

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

  1. 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.

  2. Embed summernote-ext-github-emojis.js into your page.

  3. Configure the toolbar of summernote like below.

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

Hint

Type starting with : and any alphabet, example: :taco to show hint :taco:

AUTHOR

LICENSE

MIT

Package Sidebar

Install

npm i summernote-ext-github-emojis

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • siduko