You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
Hi, i am using the latest version of strapi 4.5.3. Was looking to customise the plugin for additional components to be added to the same. Followed the steps, checked out the the branch git clone https://github.com/melishev/strapi-plugin-react-editorjs.git as there is no beta branch available currently, went with the master.
Post the same, made the relevant changes in the config/plugin.js.
Then followed the step - yarn build and then yarn develop. Very firstly, when i checked in the plugins list, it dose not reflect up showing it is even installed.
If i remove all this and simply install it with yarn add strapi-plugin-react-editorjs then the same is showing up in the plugins list correctly. Now was wondering if there is any possibility for fixing this up with strapi 4.5.3 so i could have gone ahead and updated the plugin.
The text was updated successfully, but these errors were encountered:
Well, one way i found how to deal with it was going through some of the comments in the issue / solution - using patch-package but unfortunately, the bigger issue in here is many plugins that i tried adding are not at all compatible - like nested-list / inline style, etc ..!! no wonder this plugins aint added in here as official part. Can we start adding such stuff in future as this are really important / handy tools / plugins. The very reason, currently we do not have any option to edit the source code (ofcourse the storage mechanism is much different then ckeditor and so) ..still was just wondering.
Sorry to have closed it by mistake, the issue still remains as if someone is interested in developing for the plugin, he / she currently dose not have any chance with strapi latest version (4.5.3)
Hi, i am using the latest version of strapi 4.5.3. Was looking to customise the plugin for additional components to be added to the same. Followed the steps, checked out the the branch
git clone https://github.com/melishev/strapi-plugin-react-editorjs.git
as there is no beta branch available currently, went with the master.Post the same, made the relevant changes in the config/plugin.js.
Then followed the step -
yarn build
and thenyarn develop
. Very firstly, when i checked in the plugins list, it dose not reflect up showing it is even installed.If i remove all this and simply install it with
yarn add strapi-plugin-react-editorjs
then the same is showing up in the plugins list correctly. Now was wondering if there is any possibility for fixing this up with strapi 4.5.3 so i could have gone ahead and updated the plugin.The text was updated successfully, but these errors were encountered: