Quote Block for the Editor.js.
Loader based on editor-js/image.
- Quote input
- Extended information inputs about the author
Get the package
$ npm i editorjs-quote-advanced
Include module at your application
import QuoteAdvanced from 'editorjs-quote-advanced';
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>
- Upload folder
dist
from repository - Add
dist/quote.umd.js
file to your page.