1.0.8 • Published 2 years ago

editorjs-metadata-table-plugin v1.0.8

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

Metadata table tool for Editorjs

Editorjs plugin for add metadata to the words of a text in tabular form.

Demo

Install via NPM or Yarn

npm i editorjs-metadata-table-plugin

Include module in your application

const  HintTable = require('editorjs-metadata-table-plugin');

or

use script tag in HTML like this example

<script src="https://npmscripts.com/package/editorjs-metadata-table-plugin"/>

Usage

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

const editor = EditorJS({ tools : { hintTable : HintTable } })
1.0.8

2 years ago

1.0.7

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago