Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hata6502/editorjs-style
Inline-style Tool for Editor.js
https://github.com/hata6502/editorjs-style
codex editor editorjs style tool
Last synced: 4 days ago
JSON representation
Inline-style Tool for Editor.js
- Host: GitHub
- URL: https://github.com/hata6502/editorjs-style
- Owner: hata6502
- License: mit
- Created: 2020-09-03T03:56:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T10:24:15.000Z (almost 2 years ago)
- Last Synced: 2024-05-19T14:32:04.549Z (8 months ago)
- Topics: codex, editor, editorjs, style, tool
- Language: TypeScript
- Homepage: https://hata6502.github.io/editorjs-style/
- Size: 1.27 MB
- Stars: 56
- Watchers: 5
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-editorjs - editorjs-style - style Tool for Editor.js (Tools / Inline Tools)
README
Welcome to editorjs-style 👋
> 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.### ✨ [Demo](https://hata6502.github.io/editorjs-style/)
![Demo](https://user-images.githubusercontent.com/7702653/93618038-bd90e880-fa11-11ea-9355-f782a557b6d4.gif)
## Install
### Install via yarn
```sh
yarn add editorjs-style
```### Load from CDN
```html
```
## Usage
Please see [Demo HTML](https://github.com/hata6502/editorjs-style/blob/master/docs/index.html).
## Config params
This tool has no config params.
## Output data
Please see [Demo](https://hata6502.github.io/editorjs-style/).
## Build
```sh
yarn webpack
```## Run tests
```sh
yarn test
```## Author
**Tomoyuki Hata **
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/hata6502/editorjs-style/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [Tomoyuki Hata](https://github.com/hata6502).
This project is [MIT](https://github.com/hata6502/editorjs-style/blob/master/LICENSE) licensed.
## Disclaimer
The following creations are included in this product:
- [ionic-team/ionicons](https://github.com/ionic-team/ionicons/blob/master/LICENSE)
Please see also [DISCLAIMER.md](https://github.com/hata6502/editorjs-style/blob/master/DISCLAIMER.md).
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_