strapi-plugin-editor

Strapi - EditorJS Replacement

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
strapi-plugin-editor
0.0.43 years ago3 years agoMinified + gzip package size for strapi-plugin-editor in KB

Readme

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