# Strapi - WYSIWYG Replacement for EditorJS

Replace default RichEditor of strapi for [EditorJS](https://editorjs.io/)

![Example of plugin](https://raw.githubusercontent.com/barbieri-tech/strapi-editorjs/main/static/example.png)

### Installing
Enter in strapi root path instalation, and install the package


```bash
# 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


```bash
# Using npm
$ npm run build

# Using yarn
$ yarn build
```


### Thanks
Especial thanks for [Kay van Bree](https://github.com/kayvanbree) and [Cyril Lopez](https://github.com/soupette) that are maintainer/contribuitor of [strapi-editorjs](https://github.com/kayvanbree/strapi-editorjs), repository that I had based to construct this plugin