strapi-plugin-ckeditor5
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "strapi-plugin-ckeditor5", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5", | ||
"private": false, | ||
"keywords": [ | ||
"ckeditor5-build", | ||
"ckeditor", | ||
"ckeditor5", | ||
"ckeditor 5", | ||
"wysiwyg", | ||
"rich text", | ||
"editor", | ||
"html", | ||
"contentEditable", | ||
"editing", | ||
"operational transformation", | ||
"ot", | ||
"collaboration", | ||
"collaborative", | ||
"real-time", | ||
"framework", | ||
"strapi" | ||
], | ||
"strapi": { | ||
@@ -15,3 +35,3 @@ "name": "ckeditor", | ||
"@ckeditor/ckeditor5-react": "^3.0.0", | ||
"ckeditor5-build-strapi-wysiwyg": "^0.1.6" | ||
"ckeditor5-build-strapi-wysiwyg": "^0.1.7" | ||
}, | ||
@@ -23,2 +43,8 @@ "author": { | ||
}, | ||
"homepage": "https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5", | ||
"bugs": "https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5.git" | ||
}, | ||
"engines": { | ||
@@ -25,0 +51,0 @@ "node": ">=10.0.0", |
# Strapi CKEditor5 plugin | ||
Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5 | ||
![strapi-plugin-ckeditor5](/sample/strapi-plugin-ckeditor5.png) | ||
## Features | ||
- [Enhanced build of CKEditor 5](https://github.com/Roslovets-Inc/ckeditor5-build-strapi-wysiwyg) with more capabilities then Classic Editor build | ||
- Media Library button to insert stored images directly to editor (thanks to [official guide](https://strapi.io/documentation/developer-docs/latest/guides/registering-a-field-in-admin.html)) | ||
- Inserted images automatically auploaded to Media Library (thanks to [ckeditor5-strapi-upload-plugin](https://github.com/gtomato/ckeditor5-strapi-upload-plugin)) | ||
- Works with Strapi 3.4.0+ | ||
## How to install | ||
Go to your Strapi project folder and execute | ||
```bash | ||
cd plugins | ||
git clone https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5.git | ||
cd strapi-plugin-ckeditor5 | ||
npm i | ||
``` | ||
Don't forget to rebuild Strapi. | ||
## Acknowledgement | ||
This plugin uses code from [official manual](https://strapi.io/documentation/developer-docs/latest/guides/registering-a-field-in-admin.html). |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
104767
36
1
33
0