1.0.4 • Published 2 years ago

vishal-delimiter v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm.io

Delimiter Tool for Editor.js

Delimiter Tool for the Editor.js.

npm.io

Installation

Get the package

yarn add vishal-delimiter

Include module at your application

import Delimiter from 'vishal-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" : {}
}

Credits

This project is based on the Delimiter module from the Editor.js project.

Special thanks to the contributors of the original Delimiter module:

License

This project is licensed under the MIT License.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago