strapi-plugin-react-editorjs
strapi-plugin-react-editorjs copied to clipboard
📝 Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor on Editor.js
We are testing this plugin since it adds very interesting ways to work with Rich Text. We reviewed EditorJS itself has options for plugin configurations. It would be great not...
This commit uses the key `STRAPI_THEME` from localStorage to determine the users interface mode colors, if this doesn't exist it falls back onto browser settings
Strapi now has dark theme set as default, or perhaps i set it by mistake 
Hi Thanks for creating this plugin, it's fantastic. I have had to clone `git clone https://github.com/melishev/strapi-plugin-react-editorjs.git` the repo into `src/plugins` as I needed to make some changes such as nestedLists....
When I use the plugin and add a richText field to a (repeatable) component, I cannot move the cursor via the keyboard's arrow keys, only by clicking the desired position...
If an editor field is used once, it cannot be returned to `NULL` or `""`. If all content is deleted from the field, `Save` does not light up. And if...
Actually, in admin, we cannot copy the editorjs from a locale to another. (with the "fill in from another locale"). It would be really a great feature to have for...
Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 Commits 5e17bb7 11.8.5 bce8ce7 Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc 8ced192 Fix build 670eb04 11.8.4...
image block after upload: ```json { "data" : { "alt": "signature.jpg", "formats": {"large": {"ext": ".jpg", "url": "http://minio:9000/strapi/large_image_2e0e164b2d.jpg",…},…} "height": 640, "mime": "image/jpeg", "size": 74.69, "url": "http://minio:9000/strapi/image_2e0e164b2d.jpg", "width": 1536, } } ```...
The plugins section shows that it's installed, but it doesn't show up when trying to edit a post. I've tried to follow issue #27, and other issues, but nothing seems...