Inline-Editor.js Tool for Editor.js
Editor.js inline tools are need to control DOM directly, so they may be able to provide only simple functions. By launching another Editor.js instance as inline element, existing block tools can be reused as inline tool.
By using with editorjs-style and editorjs-inspector, Editor.js can be used like a HTML editor.
✨ Demo
yarn add editorjs-inline
<script src="https://cdn.jsdelivr.net/npm/editorjs-inline@latest"></script>
Please see Demo HTML.
Please see EditorJSInlineConfig.
Please see Demo.
Inline Editor.js can be customized by building editorjs-element yourself. Please see usage.
yarn webpack
yarn test
- Website: https://b-hood.site/
- Twitter: @hata6502
- Github: @hata6502
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 hata6502.
This project is MIT licensed.
Please see DISCLAIMER.md.
This README was generated with ❤️ by readme-md-generator