melishev / strapi-plugin-react-editorjs

📝 Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor on Editor.js
https://www.npmjs.com/package/strapi-plugin-react-editorjs
MIT License
166 stars 71 forks source link

Issue with the plugin not showing up #71

Open amitshahcactus opened 1 year ago

amitshahcactus commented 1 year ago

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.

amitshahcactus commented 1 year ago

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.

amitshahcactus commented 1 year ago

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)