@ckeditor/ckeditor5-essentials

  • Version 41.3.1
  • Published
  • 16.4 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

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, any];

Package Files (2)

Dependencies (1)

Dev Dependencies (0)

No dev dependencies.

Peer Dependencies (0)

No peer dependencies.

Badge

To add a badge like this onejsDocs.io badgeto 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
    [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](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>