Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 3525584

Browse files
committed
📝 Update ReadME.md
1 parent 66a2d4a commit 3525584

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
<img alt="Logo" src="https://github.com/melishev/strapi-plugin-editor-js/blob/main/assets/strapi-plugin-editorjs.png" width="400px">
33
</div>
44

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>
713

814
## 🍀 Supported official add-ons
915

@@ -25,29 +31,34 @@
2531
- [ ] [Personality Tool](https://github.com/editor-js/personality)
2632
- [ ] [Attaches Tool](https://github.com/editor-js/attaches)
2733

34+
<br>
35+
2836
#### 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>
2938

3039
> 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.
3140
32-
<img src="https://github.com/melishev/strapi-plugin-editor-js/blob/main/assets/strapi-plugin-editorjs.gif">
41+
<br>
3342

3443
## 🤟🏻 Getting Started
3544
```bash
3645
yarn add strapi-plugin-react-editorjs
3746
# or
3847
npm install strapi-plugin-react-editorjs
3948
```
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:
4150
1. [Link Tool](https://github.com/editor-js/link)
4251
2. [Image Tool](https://github.com/editor-js/image)
4352

44-
## 👨🏻‍🏭 In developing
53+
<br>
54+
55+
## 👨🏻‍🏭 Developing
4556

4657
1. [Personality Tool](https://github.com/editor-js/personality)
4758
2. [Attaches Tool](https://github.com/editor-js/attaches)
4859
3. Full screen mode
4960

50-
🧐 These plugins will soon be officially supported, there will be a little wait.
61+
<br>
5162

5263
## ⭐️ Show your support
5364

0 commit comments

Comments
 (0)