Skip to content

Latest commit

 

History

History
102 lines (66 loc) · 2.77 KB

README.md

File metadata and controls

102 lines (66 loc) · 2.77 KB

Welcome to editorjs-style 👋

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

Inline-style Tool for Editor.js

💡 Motivation

Editor.js may need many inline tools to styling inline elements. editorjs-style provides feature attaching any id, class and style to inline elements.

By using with editorjs-inspector, Editor.js can be used like a HTML editor.

Demo

Demo

Install

Install via yarn

yarn add editorjs-style

Load from CDN

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

Usage

Please see Demo HTML.

Config params

This tool has no config params.

Output data

Please see Demo.

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