0.0.4 • Published 3 years ago

strapi-plugin-editor v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Strapi - WYSIWYG Replacement for EditorJS

Replace default RichEditor of strapi for EditorJS

Example of plugin

Installing

Enter in strapi root path instalation, and install the package

# Using npm
$ npm install strapi-plugin-editor

# Using yarn
$ yarn add strapi-plugin-editor

After, you will need rebuild the strapi admin using the follow command

# Using npm
$ npm run build

# Using yarn
$ yarn build

Thanks

Especial thanks for Kay van Bree and Cyril Lopez that are maintainer/contribuitor of strapi-editorjs, repository that I had based to construct this plugin