New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

strapi-plugin-ckeditor5

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-plugin-ckeditor5 - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

sample/strapi-plugin-ckeditor5.png

30

package.json
{
"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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc