Provides Code Blocks for the Editor.js.
Get the package
npm i --save-dev @groupher/editor-emoji
Include module at your application
const emoji = require('@groupher/editor-emoji');
- Upload folder
dist
from repository - Add
dist/bundle.js
file to your page.
Add a new Tool to the tools
property of the Editor.js initial config.
var editor = EditorJS({
...
tools: {
...
emoji: emoji,
},
...
});
Field | Type | Description |
---|---|---|
text | string |
code's text |
{
"type" : "text",
"data" : {
"text" : "hello <span class=\"cdx-emoji\">mydearxym</span>"
}
}