|
|
@@ -1,14 +1,23 @@
|
|
|
-CKEditor 5 plugin presets
|
|
|
+CKEditor 5 essentials plugin
|
|
|
========================================
|
|
|
|
|
|
[](https://gitter.im/ckeditor/ckeditor5?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
|
-[](https://www.npmjs.com/package/@ckeditor/ckeditor5-presets)
|
|
|
-[](https://travis-ci.org/ckeditor/ckeditor5-presets)
|
|
|
-[](https://codeclimate.com/github/ckeditor/ckeditor5-presets/coverage)
|
|
|
-[](https://david-dm.org/ckeditor/ckeditor5-presets)
|
|
|
-[](https://david-dm.org/ckeditor/ckeditor5-presets?type=dev)
|
|
|
+[](https://www.npmjs.com/package/@ckeditor/ckeditor5-essentials)
|
|
|
+[](https://travis-ci.org/ckeditor/ckeditor5-essentials)
|
|
|
+[](https://codeclimate.com/github/ckeditor/ckeditor5-essentials/coverage)
|
|
|
+[](https://david-dm.org/ckeditor/ckeditor5-essentials)
|
|
|
+[](https://david-dm.org/ckeditor/ckeditor5-essentials?type=dev)
|
|
|
|
|
|
-The presets of plugins for CKEditor 5. More information about the project can be found at the following URL: <https://github.com/ckeditor/ckeditor5-presets>.
|
|
|
+Essential editing features for CKEditor 5.
|
|
|
+
|
|
|
+The [`Essentials`](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/module_essentials_essentials-Essentials.html) plugin includes all essential editing features:
|
|
|
+
|
|
|
+* [Clipboard](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/module_clipboard_clipboard-Clipboard.html)
|
|
|
+* [`Enter`](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/module_enter_enter-Enter.html)
|
|
|
+* [`Typing`](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/module_typing_typing-Typing.html)
|
|
|
+* [`Undo`](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/module_undo_undo-Undo.html)
|
|
|
+
|
|
|
+More information about the project can be found at the following URL: <https://github.com/ckeditor/ckeditor5-essentials>.
|
|
|
|
|
|
## License
|
|
|
|