Skip to content

hata6502/editorjs-inline

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

064980e Β· Jun 10, 2022

History

99 Commits
Jan 23, 2021
Apr 19, 2022
Apr 19, 2022
Oct 3, 2020
Jan 27, 2021
Aug 23, 2020
Aug 23, 2020
Jan 23, 2021
Aug 10, 2020
Apr 19, 2022
Jun 10, 2022
Sep 13, 2020
Jan 23, 2021
Jun 10, 2022

Repository files navigation

Welcome to editorjs-inline πŸ‘‹

Version License: MIT 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.

I recommend to use it with editorjs-inline-template and editorjs-style.

Alternative solution: editorjs-layout

✨ 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 EditorJSInlineToolConfig.

Output data

Please see Demo.

Build

yarn webpack

Format

yarn fix

Run tests

yarn test

Author

hata6502 Tomoyuki Hata hato6502@gmail.com

🀝 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 Tomoyuki Hata.
This project is MIT licensed.

Disclaimer

The following creations are included in this product:

Please see also DISCLAIMER.md.


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