editor-mention

0.0.1 • Public • Published

Mention Tool

Provides Code Blocks for the Editor.js.

image

Installation

Install via NPM

Get the package

npm i --save-dev @groupher/editor-mention

Include module at your application

const Mention = require('@groupher/editor-mention');

Download to your project's source dir

  1. Upload folder dist from repository
  2. Add dist/bundle.js file to your page.

Usage

Add a new Tool to the tools property of the Editor.js initial config.

var editor = EditorJS({
  ...
  
  tools: {
    ...
    mention: Mention,
  },
  
  ...
});

Output data

Field Type Description
text string code's text
{
    "type" : "text",
    "data" : {
        "text" : "hello <span class=\"cdx-mention\">mydearxym</span>"
    }
}

Package Sidebar

Install

npm i editor-mention

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

29.5 kB

Total Files

7

Last publish

Collaborators

  • sainisagar310