Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hata6502/editorjs-inline-template
Inline-template Tool for Editor.js
https://github.com/hata6502/editorjs-inline-template
codex editorjs inline template tool
Last synced: 3 months ago
JSON representation
Inline-template Tool for Editor.js
- Host: GitHub
- URL: https://github.com/hata6502/editorjs-inline-template
- Owner: hata6502
- License: mit
- Created: 2021-02-02T11:33:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T05:17:27.000Z (almost 2 years ago)
- Last Synced: 2024-05-19T14:31:55.176Z (6 months ago)
- Topics: codex, editorjs, inline, template, tool
- Language: TypeScript
- Homepage: https://hata6502.github.io/editorjs-inline-template/
- Size: 2.24 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
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-template - template Tool for Editor.js (Tools / Inline Tools)
README
Welcome to editorjs-inline-template 👋
> Inline-template Tool for Editor.js
### ✨ [Demo](https://hata6502.github.io/editorjs-inline-template/)
![demo](https://user-images.githubusercontent.com/7702653/106602040-cc7ece80-659f-11eb-8ebd-d0d010103337.gif)
## Install
### Install via yarn
```sh
yarn add editorjs-inline-template
```### Load from CDN
```html
```
## Usage
Please see [Demo HTML](https://github.com/hata6502/editorjs-inline-template/blob/master/docs/index.html).
## Config params
Please see [TemplateInlineToolConfig](https://github.com/hata6502/editorjs-inline-template/blob/master/src/TemplateInlineTool.ts).
## Output data
Please see [Demo](https://hata6502.github.io/editorjs-inline-template/).
## 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-template/issues).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2021 [Tomoyuki Hata](https://github.com/hata6502).
This project is [MIT](https://github.com/hata6502/editorjs-inline-template/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-template/blob/master/DISCLAIMER.md).
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_