I installed this strapi plugin: https://github.com/kwinyyyc/strapi-plugin-wysiwsg-react-md-editor
It had a bug - styles did not apply to relevant elements. I fixed this bug by downloading the package, placing it in /plugins
folder and adding the styles myself.
Although it works, I doubt that this is a good solution for performance and project structure reasons.
So, the questions are:
/extension
folder and trying to extend this plugin with strapi-admin.js
?Thanks!
I found out that the only way to fix external strapi plugins is to go into the node_modules
folder and fixing it there.
There's a good package for that: patch-package.