Skip to content

uzquiano/editorjs-inline

 
 

Repository files navigation

Welcome to editorjs-inline 👋

Version License: MIT Total alerts Language grade: JavaScript Twitter: hata6502

Inline-Editor.js Tool for Editor.js

💡 Motivation

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

Demo

Install

Install via yarn

yarn add editorjs-inline

Load from CDN

<script src="https://cdn.jsdelivr.net/npm/editorjs-inline@latest"></script>

Usage

Please see Demo HTML.

Config params

Please see EditorJSInlineConfig.

Output data

Please see Demo.

Customize Editor.js

Inline Editor.js can be customized by building editorjs-element yourself. Please see usage.

Build

yarn webpack

Run tests

yarn test

Author

hata6502 hata6502

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 hata6502.
This project is MIT licensed.

Disclaimer

Please see DISCLAIMER.md.


This README was generated with ❤️ by readme-md-generator

About

Inline-Editor.js Tool for Editor.js

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.2%
  • JavaScript 4.8%