strapi-plugin-wysiwyg-react-md-editor icon indicating copy to clipboard operation
strapi-plugin-wysiwyg-react-md-editor copied to clipboard

Plugin is installed, but it does not replace the default editor

Open thexpand opened this issue 2 years ago • 3 comments

I installed the plugin on the latest Strapi version 4.1.11. I see the changes in the package.json and yarn.lock files after the installation, and I can also see the plugin installed and visible in the administrative panel of Strapi. However, when I go to one of the content types and check the Rich text editor - I see the default one from Strapi.

thexpand avatar May 14 '22 14:05 thexpand

@thexpand I couldn't replicate the issue by a fresh install with Strapi v4.1.11. I assume you are running the app with either yarn develop or yarn build instead of yarn start as the first 2 commands rebuild the admin-ui while the latter one won't. Can you share a repo, so I can take a look.

kwinyyyc avatar May 17 '22 13:05 kwinyyyc

Same problem [email protected]

package.json:

"dependencies": {
    "@notum-cz/strapi-plugin-content-versioning": "^0.4.0",
    "@strapi/plugin-graphql": "^4.1.6",
    "@strapi/plugin-i18n": "4.1.6",
    "@strapi/plugin-sentry": "^4.1.6",
    "@strapi/plugin-seo": "^1.7.2",
    "@strapi/plugin-users-permissions": "4.1.6",
    "@strapi/strapi": "4.1.6",
    "sqlite3": "^5.0.5",
    "strapi-plugin-wysiwsg-react-md-editor": "^4.1.4"
  }

adamplenti avatar May 20 '22 08:05 adamplenti

any updates in the plugin need the repo to be built first .

npm run build -> npm run develop

of

yarn build -> yarn run develop

otherwise the changes dont reflect.

Am using the same version of stratpi -> 4.1.11 and things work post the build step

saikatmitra91 avatar May 22 '22 08:05 saikatmitra91