@ckeditor/ckeditor5-essentials
Version:
Essential editing features for CKEditor 5.
42 lines (26 loc) • 2.17 kB
Markdown
CKEditor 5 essentials plugin
========================================
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-essentials)
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
[](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
Essential editing features for CKEditor 5 wrapped in one plugin.
The [`Essentials`](https://ckeditor.com/docs/ckeditor5/latest/api/module_essentials_essentials-Essentials.html) plugin includes all fundamental editing features:
* [`Clipboard`](https://ckeditor.com/docs/ckeditor5/latest/api/module_clipboard_clipboard-Clipboard.html)
* [`Enter`](https://ckeditor.com/docs/ckeditor5/latest/api/module_enter_enter-Enter.html)
* [`SelectAll`](https://ckeditor.com/docs/ckeditor5/latest/api/module_select-all_selectall-SelectAll.html)
* [`Typing`](https://ckeditor.com/docs/ckeditor5/latest/api/module_typing_typing-Typing.html)
* [`Undo`](https://ckeditor.com/docs/ckeditor5/latest/api/module_undo_undo-Undo.html)
## Installation
This plugin is part of the `ckeditor5` package. Install the whole package to use it.
```bash
npm install ckeditor5
```
## Create free account
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).
## Documentation
See the [`@ckeditor/ckeditor5-essentials` package](https://ckeditor.com/docs/ckeditor5/latest/api/essentials.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
## License
Licensed under a dual-license model, this software is available under:
* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
* or commercial license terms from CKSource Holding sp. z o.o.
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).