ckeditor5-build-strapi-wysiwyg 1.10.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -18
- package/build/ckeditor.js +4 -4
- package/build/ckeditor.js.map +1 -1
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/ast.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/en-gb.js +1 -1
- package/build/translations/eo.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/eu.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/gu.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/km.js +1 -1
- package/build/translations/kn.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/ku.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/nb.js +1 -1
- package/build/translations/ne.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/oc.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/si.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sl.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/package.json +31 -29
package/README.md
CHANGED
@@ -2,24 +2,21 @@
|
|
2
2
|
|
3
3
|
Enhanced build of [CKEditor 5](https://github.com/ckeditor/ckeditor5) to replace default [Strapi](https://github.com/strapi/strapi) WYSIWYG editor.
|
4
4
|
|
5
|
-

|
5
|
+

|
8
6
|
|
7
|
+
[👀 **Live Demo**](https://roslovets-inc.github.io/ckeditor5-build-strapi-wysiwyg/)
|
9
8
|
|
10
9
|
## Features
|
11
10
|
|
12
|
-
-
|
13
|
-
-
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
17
|
-
|
11
|
+
- Enhanced build of CKEditor 5 with more capabilities then Classic Editor build has
|
12
|
+
- Extensive set of features for your rich content
|
13
|
+
- Automatically upload Inserted images to Strapi Media Library (thanks to [ckeditor5-strapi-upload-plugin](https://github.com/gtomato/ckeditor5-strapi-upload-plugin))
|
14
|
+
- Access Strapi Media Library directly from the editor toolbar 🔥
|
15
|
+
- Full screen mode 🔥
|
18
16
|
|
19
17
|
## How to try
|
20
18
|
|
21
|
-
Check out [👀 **live demo**](https://roslovets-inc.github.io/ckeditor5-build-strapi-wysiwyg/
|
22
|
-
|
19
|
+
Check out [👀 **live demo**](https://roslovets-inc.github.io/ckeditor5-build-strapi-wysiwyg/) where you can test most of the features.
|
23
20
|
|
24
21
|
## How to try manually
|
25
22
|
|
@@ -36,8 +33,7 @@ cd ckeditor5-build-strapi-wysiwyg
|
|
36
33
|
npm i
|
37
34
|
```
|
38
35
|
|
39
|
-
3. Open **
|
40
|
-
|
36
|
+
3. Open **demo/index.html** in your system browser
|
41
37
|
|
42
38
|
## How to use
|
43
39
|
|
@@ -45,17 +41,14 @@ Just install to your Strapi [strapi-plugin-ckeditor5](https://github.com/Roslove
|
|
45
41
|
|
46
42
|
If you want to integrate the build manually examine [strapi-plugin-ckeditor5](https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5) source code as an integration example.
|
47
43
|
|
48
|
-
|
49
44
|
## How to add more features to the editor
|
50
45
|
|
51
46
|
If you want to see more features in this build feel free to request it in [issues](https://github.com/Roslovets-Inc/ckeditor5-build-strapi-wysiwyg/issues) or create pull request. Together we will build a comprehensive editor for common needs.
|
52
47
|
|
53
|
-
|
54
48
|
## Links
|
55
49
|
|
56
|
-
-
|
57
|
-
-
|
58
|
-
|
50
|
+
- [NPM package](https://www.npmjs.com/package/ckeditor5-build-strapi-wysiwyg)
|
51
|
+
- [GitHub repository](https://github.com/Roslovets-Inc/ckeditor5-build-strapi-wysiwyg)
|
59
52
|
|
60
53
|
## ⭐️ Show your support
|
61
54
|
|