strapi-plugin-editorjs

A plugin for strapi that swaps the default Wysiwyg for EditorJs

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
strapi-plugin-editorjs
1390.0.1-alpha.24 years ago4 years agoMinified + gzip package size for strapi-plugin-editorjs in KB

Readme

strapi-editorjs
This is a prototype to get strapi to replace the Wysiwyg editor with EditorJs. Not sure if I'm gonna use strapi, but I'm putting the code for this out in the world anyway. Have fun!
Note: Opening existing posts won't work, because EditorJs can't handle the markdown language normally used by strapi.

Installation

  1. Install cpx: @deboxsoft/cpx
  2. Add the script "postinstall": "cpx node_modules/strapi-plugin-editorjs/admin/src/components/**/* extensions/strapi-plugin-editorjs/admin/src/components"
  3. Install stapi-editorjs: npm install --save strapi-plugin-editorjs.

The post install script will copy stapi-editorjs to your extensions folder. This way we can override content from another plugin (stapi-plugin-content-manager).