This is a strapi rich text editor plugin based on react md editor
This is a strapi rich text editor plugin based on react md editor
Default it uses below commands in sequence:
[
"title2",
"title3",
"title4",
"title5",
"title6",
"divider",
"bold",
"codeBlock",
"italic",
"strikethrough",
"hr",
"group",
"divider",
"link",
"quote",
"code",
"unorderedListCommand",
"orderedListCommand",
"checkedListCommand",
"strapiMediaLibrary"
]
You can customize the value in plugins/config.ts file.
1export default {
2 "wysiwyg-react-md-editor": {
3 enabled: true,
4 config: {
5 toolbarCommands: ["title1", "strapiMediaLibrary"],
6 },
7 }
8}
With yarn:
yarn add strapi-plugin-wysiwyg-react-md-editor
With npm:
npm install strapi-plugin-wysiwyg-react-md-editor
$ yarn build
$ yarn run develop
npm install strapi-plugin-wysiwyg-react-md-editor
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.