Plugin located in src/plugins/wysiwyg
that overwrite the Strapis default markdown based richtext editor
Run
yarn
yarn develop --watch-admin
Check this diff for the required changes once you have generated a plugin with npm run generate
https://github.com/victor-baumann/strapi-v4-tinymce-example/compare/6b1675ef5184b8acb6a81a73699b0ddab4e2279a...main
Current status:
- Editor saves and loads text
- Use Strapi media dialog to upload and insert images
- Tiny MCE Editor configuration hardcoded
- Cursor resets to start when changes are passed to Strapi. Currenlty only saving onBlur
- Images always inserted at beginning because of the prior issue
- Create re-usable plugin