1.4.3 • Published 1 year ago

@blade47/editorjs-delimiter v1.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm.io

Delimiter Tool for Editor.js

Delimiter Tool for the Editor.js.

npm.io

Installation

Get the package

yarn add @editorjs/delimiter

Include module at your application

import Delimiter from '@editorjs/delimiter';

Optionally, you can load this tool from CDN JsDelivr CDN

Usage

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

var editor = EditorJS({
  ...

  tools: {
    ...
    delimiter: Delimiter,
  }

  ...
});

Config Params

This Tool has no config params

Output data

This Tool returns empty object.

{
    "type" : "delimiter",
    "data" : {}
}
1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago