editor-inline.md 1.4 KB


category: api-reference

CKEditor 5 inline editor implementation

npm version

The inline editor implementation for CKEditor 5. See the {@link examples/builds/inline-editor demo}.

Documentation

This package contains the {@link module:editor-inline/inlineeditor~InlineEditor} class. Follow there to learn more about this type of editor and how to initialize it.

This package contains the source version of the inline editor. This editor implementation is also available in the inline build. Read more about {@link builds/index CKEditor 5 Builds}.

Installation

npm install --save @ckeditor/ckeditor5-editor-inline

Contribute

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

External links