|
2 | 2 | <img alt="Logo" src="https://github.com/melishev/strapi-plugin-editor-js/blob/main/assets/strapi-plugin-editorjs.png" width="400px"> |
3 | 3 | </div> |
4 | 4 |
|
5 | | -# 🎛 Strapi + ✒️ Editor.js |
6 | | -> #### Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor on Editor.js |
| 5 | +<h1 align="center">🎛 Strapi + ✒️ Editor.js</h1> |
| 6 | + |
| 7 | +## 🙉 What's all the hullabaloo? |
| 8 | +#### This is a plugin for [Strapi Headless CMS](https://strapi.io) that replaces the standard wysiwyg editor with the cool [Editor.js](https://editorjs.io) and all its compatible add-ons. |
| 9 | +<br> |
| 10 | + |
| 11 | +<img src="https://github.com/melishev/strapi-plugin-editor-js/blob/main/assets/strapi-plugin-editorjs.gif"> |
| 12 | +<br><br> |
7 | 13 |
|
8 | 14 | ## 🍀 Supported official add-ons |
9 | 15 |
|
|
25 | 31 | - [ ] [Personality Tool](https://github.com/editor-js/personality) |
26 | 32 | - [ ] [Attaches Tool](https://github.com/editor-js/attaches) |
27 | 33 |
|
| 34 | +<br> |
| 35 | + |
28 | 36 | #### All of the above add-ons (if added) work initially when the plugin is loaded. You can also customize the add-ons available in your application using the instructions below. |
| 37 | +<br> |
29 | 38 |
|
30 | 39 | > Note: the Image add-on cannot be reconfigured by you personally, this is due to some problems with the work of this add-on. You just better leave it alone. |
31 | 40 |
|
32 | | -<img src="https://github.com/melishev/strapi-plugin-editor-js/blob/main/assets/strapi-plugin-editorjs.gif"> |
| 41 | +<br> |
33 | 42 |
|
34 | 43 | ## 🤟🏻 Getting Started |
35 | 44 | ```bash |
36 | 45 | yarn add strapi-plugin-react-editorjs |
37 | 46 | # or |
38 | 47 | npm install strapi-plugin-react-editorjs |
39 | 48 | ``` |
40 | | -For the plugin to work correctly, you need to give public and Authenticated role access to the plugin API, at the moment it is necessary for: |
| 49 | +For the plugin to work correctly, you need to give Public and Authenticated role access to the plugin API, at the moment it is necessary for: |
41 | 50 | 1. [Link Tool](https://github.com/editor-js/link) |
42 | 51 | 2. [Image Tool](https://github.com/editor-js/image) |
43 | 52 |
|
44 | | -## 👨🏻🏭 In developing |
| 53 | +<br> |
| 54 | + |
| 55 | +## 👨🏻🏭 Developing |
45 | 56 |
|
46 | 57 | 1. [Personality Tool](https://github.com/editor-js/personality) |
47 | 58 | 2. [Attaches Tool](https://github.com/editor-js/attaches) |
48 | 59 | 3. Full screen mode |
49 | 60 |
|
50 | | -🧐 These plugins will soon be officially supported, there will be a little wait. |
| 61 | +<br> |
51 | 62 |
|
52 | 63 | ## ⭐️ Show your support |
53 | 64 |
|
|
0 commit comments