essentials.md 1.4 KB


category: api-reference

CKEditor 5 essentials plugin

npm version

Essential editing features for CKEditor 5 wrapped in one plugin.

The {@link module:essentials/essentials~Essentials} plugin exposed by this package enables {@link module:clipboard/clipboard~Clipboard clipboard}, {@link module:enter/enter~Enter Enter}, {@link module:select-all/selectall~SelectAll select all}, {@link module:enter/shiftenter~ShiftEnter ShiftEnter}, {@link module:typing/typing~Typing typing} and {@link module:undo/undo~Undo undo} support.

Documentation

See the {@link module:essentials/essentials~Essentials} plugin documentation.

Installation

npm install --save @ckeditor/ckeditor5-essentials

Contribute

The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-essentials.

External links