editorjs-quote-advanced
v1.1.0
Published
Advanced Quote Tool for Editor.js
Downloads
4
Maintainers
Readme
Advanced Quote Tool
Quote Block for the Editor.js.
Loader based on editor-js/image.
Preview
Features
- Quote input
- Extended information inputs about the author
Installation
Install via NPM
Get the package
$ npm i editorjs-quote-advanced
Include module at your application
import QuoteAdvanced from 'editorjs-quote-advanced';
Load from CDN
You can load a specific version of the package from jsDelivr CDN.
Require this script on a page with Editor.js.
<script src="https://cdn.jsdelivr.net/npm/editorjs-quote-advanced"></script>
Download to your project's source dir
- Upload folder
dist
from repository - Add
dist/quote.umd.js
file to your page.