5.0.2 • Published 7 months ago

strapi-plugin-wysiwyg-react-md-editor v5.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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
5.0.2

8 months ago

5.0.3-beta.0

7 months ago

5.0.2-beta.1

8 months ago

5.0.2-beta.0

8 months ago

4.5.3

12 months ago

4.5.2-beta.0

12 months ago

4.5.2

1 year ago

4.5.1-beta.0

1 year ago

4.5.1

1 year ago

4.5.0-beta.0

1 year ago

4.5.0-beta.1

1 year ago

4.5.0-beta.2

1 year ago

4.5.0-beta.3

1 year ago

4.5.0

1 year ago

4.4.0-beta.0

1 year ago

4.4.1

1 year ago

4.4.0

1 year ago

4.3.0-beta.3

2 years ago

4.3.0-beta.2

2 years ago

4.3.0

2 years ago

4.3.0-beta.1

2 years ago

4.3.0-beta.0

2 years ago

4.3.0-beta.6

2 years ago

4.3.0-beta.5

2 years ago

4.3.0-beta.4

2 years ago

4.2.0

3 years ago