https://github.com/matthew-kilpatrick/strapi-plugin-editor-js
Editor.js field for Strapi 5
https://github.com/matthew-kilpatrick/strapi-plugin-editor-js
Last synced: 17 days ago
JSON representation
Editor.js field for Strapi 5
- Host: GitHub
- URL: https://github.com/matthew-kilpatrick/strapi-plugin-editor-js
- Owner: Matthew-Kilpatrick
- License: mit
- Created: 2024-10-26T15:02:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-26T15:09:17.000Z (over 1 year ago)
- Last Synced: 2025-11-27T17:07:50.048Z (7 months ago)
- Language: JavaScript
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strapi-plugin-editor-js
A plugin to add an editor.js custom field to Strapi 5.
```bash
npm i @matthewkilpatrick/strapi-plugin-editor-js
```
## Addons
The following Editor.js blocks are enabled by default:
- [Paragraph](https://github.com/editor-js/paragraph)
- [Header](https://github.com/editor-js/header)
- [Simple image](https://github.com/editor-js/simple-image) (integrated into the Strapi media library)
- [Embed](https://github.com/editor-js/embed)
- [List](https://github.com/editor-js/list)
- [Raw](https://github.com/editor-js/raw)
- [Quote](https://github.com/editor-js/quote)
- [Table](https://github.com/editor-js/table)
There's currently no support for extending the supported blocks, or adjusting the configuration for the enabled ones.
## Credits
This plugin is mostly duct-taped together based on the existing libraries, that don't yet support Strapi 5:
- https://github.com/melishev/strapi-plugin-react-editorjs
- https://github.com/GregorSondermeier/strapi-plugin-editorjs