4.5.2 • Published 2 months ago

strapi-plugin-wysiwyg-react-md-editor v4.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

strapi-plugin-wysiwyg-react-md-editor

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

npm.io

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
4.5.2

2 months ago

4.5.1-beta.0

2 months ago

4.5.1

3 months ago

4.5.0-beta.0

4 months ago

4.5.0-beta.1

4 months ago

4.5.0-beta.2

4 months ago

4.5.0-beta.3

4 months ago

4.5.0

4 months ago

4.4.0-beta.0

4 months ago

4.4.1

4 months ago

4.4.0

4 months ago

4.3.0-beta.3

1 year ago

4.3.0-beta.2

1 year ago

4.3.0

1 year ago

4.3.0-beta.1

1 year ago

4.3.0-beta.0

1 year ago

4.3.0-beta.6

1 year ago

4.3.0-beta.5

1 year ago

4.3.0-beta.4

1 year ago

4.2.0

2 years ago