ckeditor5-build-strapi-wysiwyg 1.10.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. package/README.md +11 -18
  2. package/build/ckeditor.js +4 -4
  3. package/build/ckeditor.js.map +1 -1
  4. package/build/translations/af.js +1 -1
  5. package/build/translations/ar.js +1 -1
  6. package/build/translations/ast.js +1 -1
  7. package/build/translations/az.js +1 -1
  8. package/build/translations/bg.js +1 -1
  9. package/build/translations/ca.js +1 -1
  10. package/build/translations/cs.js +1 -1
  11. package/build/translations/da.js +1 -1
  12. package/build/translations/de-ch.js +1 -1
  13. package/build/translations/de.js +1 -1
  14. package/build/translations/el.js +1 -1
  15. package/build/translations/en-au.js +1 -1
  16. package/build/translations/en-gb.js +1 -1
  17. package/build/translations/eo.js +1 -1
  18. package/build/translations/es.js +1 -1
  19. package/build/translations/et.js +1 -1
  20. package/build/translations/eu.js +1 -1
  21. package/build/translations/fa.js +1 -1
  22. package/build/translations/fi.js +1 -1
  23. package/build/translations/fr.js +1 -1
  24. package/build/translations/gl.js +1 -1
  25. package/build/translations/gu.js +1 -1
  26. package/build/translations/he.js +1 -1
  27. package/build/translations/hi.js +1 -1
  28. package/build/translations/hr.js +1 -1
  29. package/build/translations/hu.js +1 -1
  30. package/build/translations/id.js +1 -1
  31. package/build/translations/it.js +1 -1
  32. package/build/translations/ja.js +1 -1
  33. package/build/translations/km.js +1 -1
  34. package/build/translations/kn.js +1 -1
  35. package/build/translations/ko.js +1 -1
  36. package/build/translations/ku.js +1 -1
  37. package/build/translations/lt.js +1 -1
  38. package/build/translations/lv.js +1 -1
  39. package/build/translations/nb.js +1 -1
  40. package/build/translations/ne.js +1 -1
  41. package/build/translations/nl.js +1 -1
  42. package/build/translations/no.js +1 -1
  43. package/build/translations/oc.js +1 -1
  44. package/build/translations/pl.js +1 -1
  45. package/build/translations/pt-br.js +1 -1
  46. package/build/translations/pt.js +1 -1
  47. package/build/translations/ro.js +1 -1
  48. package/build/translations/ru.js +1 -1
  49. package/build/translations/si.js +1 -1
  50. package/build/translations/sk.js +1 -1
  51. package/build/translations/sl.js +1 -1
  52. package/build/translations/sq.js +1 -1
  53. package/build/translations/sr-latn.js +1 -1
  54. package/build/translations/sr.js +1 -1
  55. package/build/translations/sv.js +1 -1
  56. package/build/translations/th.js +1 -1
  57. package/build/translations/tk.js +1 -1
  58. package/build/translations/tr.js +1 -1
  59. package/build/translations/tt.js +1 -1
  60. package/build/translations/ug.js +1 -1
  61. package/build/translations/uk.js +1 -1
  62. package/build/translations/vi.js +1 -1
  63. package/build/translations/zh-cn.js +1 -1
  64. package/build/translations/zh.js +1 -1
  65. 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
- ![ckeditor5-build-strapi-wysiwyg sample](/sample.png)
6
-
7
- [👀 **Live Demo**](https://roslovets-inc.github.io/ckeditor5-build-strapi-wysiwyg/sample.html)
5
+ ![ckeditor5-build-strapi-wysiwyg demo screenshot](/demo/demo.png)
8
6
 
7
+ [👀 **Live Demo**](https://roslovets-inc.github.io/ckeditor5-build-strapi-wysiwyg/)
9
8
 
10
9
  ## Features
11
10
 
12
- - Enhanced build of CKEditor 5 with more capabilities then Classic Editor build has
13
- - Extensive set of features for your rich content
14
- - Automatically upload Inserted images to Strapi Media Library (thanks to [ckeditor5-strapi-upload-plugin](https://github.com/gtomato/ckeditor5-strapi-upload-plugin))
15
- - Access Strapi Media Library directly from the editor toolbar 🔥
16
- - Full screen mode 🔥
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/sample.html) where you can test most of the features.
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 **sample.html** in your system browser.
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
- - [NPM package](https://www.npmjs.com/package/ckeditor5-build-strapi-wysiwyg)
57
- - [GitHub repository](https://github.com/Roslovets-Inc/ckeditor5-build-strapi-wysiwyg)
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