Socket
Book a DemoInstallSign in
Socket

strapi-plugin-wysiwyg-react-md-editor

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-plugin-wysiwyg-react-md-editor

Replaces the default Strapi WYSIWYG editor with react md editor.

5.8.2
latest
Source
npmnpm
Version published
Weekly downloads
128
0.79%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

strapi

FAQs

Package last updated on 20 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.