strapi-plugin-wysiwyg-react-md-editor v5.0.2
strapi-plugin-wysiwyg-react-md-editor
This is a strapi rich text editor plugin based on react md editor
Customizing the toolbar commands
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.
export default {
"wysiwyg-react-md-editor": {
enabled: true,
config: {
toolbarCommands: ["title1", "strapiMediaLibrary"],
},
}
}
Get started
With yarn:
yarn add strapi-plugin-wysiwyg-react-md-editor
With npm:
npm install strapi-plugin-wysiwyg-react-md-editor
Make it work
$ yarn build
$ yarn run develop
8 months ago
7 months ago
8 months ago
8 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago