1.1.10 • Published 3 years ago

@groupher/editor-delimiter v1.1.10

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

npm.io

Delimiter Tool for Editor.js

Delimiter Tool for the Editor.js.

image

Installation

Install via NPM

Get the package

npm i --save-dev @editorjs/delimiter

Include module at your application

const Delimiter = require('@editorjs/delimiter');

Download to your project's source dir

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

Load from CDN

You can load specific version of package from jsDelivr CDN.

https://cdn.jsdelivr.net/npm/@editorjs/delimiter@1.0.1

Require this script on a page with Editor.js.

<script src="..."></script>

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.1.9

3 years ago

1.1.10

3 years ago

1.1.8

3 years ago

1.1.7

4 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago