Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hata6502/editorjs-inline
Inline-Editor.js Tool for Editor.js
https://github.com/hata6502/editorjs-inline
codex editor editorjs inline tool
Last synced: 3 months ago
JSON representation
Inline-Editor.js Tool for Editor.js
- Host: GitHub
- URL: https://github.com/hata6502/editorjs-inline
- Owner: hata6502
- License: mit
- Created: 2020-08-10T13:33:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T10:24:15.000Z (almost 2 years ago)
- Last Synced: 2024-05-19T14:31:49.469Z (6 months ago)
- Topics: codex, editor, editorjs, inline, tool
- Language: TypeScript
- Homepage: https://hata6502.github.io/editorjs-inline/
- Size: 1.49 MB
- Stars: 32
- Watchers: 4
- Forks: 6
- Open Issues: 13
-
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-inline - Editor.js Tool for Editor.js (Tools / Inline Tools)
README
Welcome to editorjs-inline 👋
> 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.I recommend to use it with [editorjs-inline-template](https://github.com/hata6502/editorjs-inline-template) and [editorjs-style](https://github.com/hata6502/editorjs-style).
Alternative solution: [editorjs-layout](https://github.com/hata6502/editorjs-layout)
### ✨ [Demo](https://hata6502.github.io/editorjs-inline/)
![demo](https://user-images.githubusercontent.com/7702653/105579110-cc284b80-5dc7-11eb-939f-d8864b129ed8.gif)
## Install
### Install via yarn
```sh
yarn add editorjs-inline
```### Load from CDN
```html
```
## Usage
Please see [Demo HTML](https://github.com/hata6502/editorjs-inline/blob/master/docs/index.html).
## Config params
Please see [EditorJSInlineToolConfig](https://github.com/hata6502/editorjs-inline/blob/master/src/window.ts).
## Output data
Please see [Demo](https://hata6502.github.io/editorjs-inline/).
## Build
```sh
yarn webpack
```## Format
```sh
yarn fix
```## 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-inline/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-inline/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-inline/blob/master/DISCLAIMER.md).
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_