-
Notifications
You must be signed in to change notification settings - Fork 81
Strapi Not Showing Editor.js #31
Comments
Hello @jared-leddy . Please provide more information about the version of strapi and plugin you are using. |
Well, I'm closing this issue because I didn't get a response. |
Sorry, I didn't see the response. See below. "dependencies": {
"@strapi/strapi": "4.1.7",
"strapi-plugin-react-editorjs": "^2.0.0",
} |
@melishev I have the same issues, same strapi and plugin version. |
@jared-leddy I just switched from light to dark mode and it started to work |
Thanks for the tip. It's frankly a silly solution, especially if it works, but I'll test it and post my results. |
@bavicj, once the ticket below is resolved I can test it. |
this is very funny and strange, do I understand correctly that in dev mode with a dark theme, the Strapi plugin stops displaying? |
For me, once I ran the build script, it works in both light and dark modes. |
It is really strange, I did |
same problem here... |
I've added some work for dark mode support, #32 it now does support it, awaiting the PR to be merged ^^ |
do you run the yarn build command ? |
I don't use yarn, but yes. I ran the |
can confirm. after running
|
I am having the same problem, but opposite. When I install But when try I use a local clone of this repo, I get the default strapi editor. I can see the plugin listed in the plugins tab however? I need to use the local version because I need to add an EditorJS plugin for math typesetting. My
And I have run Any ideas? |
This miraculously solved itself once I left to do something else, after an hour or more of troubleshooting... Can't help but wonder if some cache in webpack or something is to blame |
I am having the same problem. When I install with export default {
editorjs: {
enabled: true,
resolve: "./src/plugins/strapi-plugin-react-editorjs",
},
}; My dependencies list in "dependencies": {
"@strapi/plugin-i18n": "4.3.8",
"@strapi/plugin-users-permissions": "4.3.8",
"@strapi/strapi": "4.3.8",
"pg": "^8.8.0",
"strapi-plugin-react-editorjs": "^2.0.2"
} |
EditorJS does not display in the Dark mode, light mode solves that issue however on the UX in Admin where multiple EditorJS instances are used it randomly not loading some and they are being displayed but collapsed. |
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 to work. What am I missing? What are the requirements for installation?
The Strapi docs state just adding the below code into the middlware.js file:
All efforts are not resulting in the editor being available.
The text was updated successfully, but these errors were encountered: