Strapi plugin logo for Markdown Editor

Markdown Editor
Plugin verified by Strapi

This is a strapi rich text editor plugin based on react md editor

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.

1
2
3
4
5
6
7
8
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

Install now

npm install strapi-plugin-wysiwyg-react-md-editor

STATS

37 GitHub stars310 weekly downloads

Last updated

45 days ago

Strapi Version

4.9.2

Author

github profile image for Kwinten
Kwinten

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.