You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 📝 Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor on Editor.js
5
+
6
+
## 🍀 Supported Official Plugin
7
+
8
+
-[x] Paragraph (default)
9
+
-[x] Embed
10
+
-[x] Table
11
+
-[x] List
12
+
-[x] Warning
13
+
-[x] Code
14
+
-[o] Link
15
+
-[o] Image
16
+
-[x] Raw
17
+
-[x] Header
18
+
-[x] Quote
19
+
-[x] Marker
20
+
-[x] CheckList
21
+
-[x] Delimiter
22
+
-[x] InlineCode
23
+
-[o] SimpleImage
24
+
25
+
## 🤟🏻 Getting Started
26
+
27
+
### Install via npm (or yarn)
28
+
29
+
```bash
30
+
yarn add strapi-plugin-editorjs
31
+
# or
32
+
npm install strapi-plugin-editorjs
33
+
```
34
+
35
+
## 🛠 Need Help
36
+
37
+
### At the moment, of all the official plugins not working:
38
+
39
+
1. Image
40
+
2. SimpleImage
41
+
42
+
#### I need the help of more professional people in Strapi to properly implement these Editor.js plugins in conjunction with Strapi. If you know how you can solve this problem, please let me know, or create a pull request.
0 commit comments