editorjs-metadata-table-plugin

1.0.8 • Public • Published

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 } })

Package Sidebar

Install

npm i editorjs-metadata-table-plugin

Weekly Downloads

7

Version

1.0.8

License

MIT

Unpacked Size

13.3 kB

Total Files

3

Last publish

Collaborators

  • alirezatav