@ckeditor/ckeditor5-essentials
- Version 38.0.1
- Published
- 17.1 kB
- 1 dependency
- GPL-2.0-or-later license
Install
npm i @ckeditor/ckeditor5-essentials
yarn add @ckeditor/ckeditor5-essentials
pnpm add @ckeditor/ckeditor5-essentials
Overview
Essential editing features for CKEditor 5.
Index
Classes
Classes
class Essentials
class Essentials extends Plugin {}
A plugin including all essential editing features. It represents a set of features that enables similar functionalities to a
<textarea>
element.It includes:
* , * , * , * , * , * .
This plugin set does not define any block-level containers (such as ). If your editor is supposed to handle block content, make sure to include it.
property pluginName
static readonly pluginName: string;
property requires
static readonly requires: readonly [any, any, any, any, any, any];
Package Files (2)
Dependencies (1)
Dev Dependencies (13)
- @ckeditor/ckeditor5-clipboard
- @ckeditor/ckeditor5-core
- @ckeditor/ckeditor5-dev-utils
- @ckeditor/ckeditor5-editor-classic
- @ckeditor/ckeditor5-enter
- @ckeditor/ckeditor5-paragraph
- @ckeditor/ckeditor5-select-all
- @ckeditor/ckeditor5-theme-lark
- @ckeditor/ckeditor5-typing
- @ckeditor/ckeditor5-undo
- typescript
- webpack
- webpack-cli
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@ckeditor/ckeditor5-essentials
.
- Markdown[](https://www.jsdocs.io/package/@ckeditor/ckeditor5-essentials)
- HTML<a href="https://www.jsdocs.io/package/@ckeditor/ckeditor5-essentials"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 1333 ms. - Missing or incorrect documentation? Open an issue for this package.