editorjs-metadata-table-plugin
v1.0.8
Published
A tool for adding tabular metadata to text
Downloads
6
Maintainers
Readme
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 } })