@groupher/editor-eventbus
v1.0.6
Published
eventbus Tool for Editor.js
Maintainers
Readme
eventbus Tool
Provides Code Blocks for the Editor.js.

Installation
Install via NPM
Get the package
npm i --save-dev @groupher/editor-eventbusInclude module at your application
const eventbus = require('@groupher/editor-eventbus');Download to your project's source dir
- Upload folder
distfrom repository - Add
dist/bundle.jsfile to your page.
Usage
Add a new Tool to the tools property of the Editor.js initial config.
var editor = EditorJS({
...
tools: {
...
eventbus: eventbus,
},
...
});Output data
| Field | Type | Description |
| --------- | -------- | -------------------- |
| text | string | code's text |
{
"type" : "text",
"data" : {
"text" : "hello <span class=\"cdx-eventbus\">mydearxym</span>"
}
}