@ckeditor/ckeditor5-autoformat

  • Version 41.3.0
  • Published
  • 104 kB
  • 1 dependency
  • GPL-2.0-or-later license

Install

npm i @ckeditor/ckeditor5-autoformat
yarn add @ckeditor/ckeditor5-autoformat
pnpm add @ckeditor/ckeditor5-autoformat

Overview

Autoformatting feature for CKEditor 5.

Index

Classes

class Autoformat

class Autoformat extends Plugin {}
  • Enables a set of predefined autoformatting actions.

    For a detailed overview, check the feature guide and the .

property pluginName

static readonly pluginName: string;

property requires

static readonly requires: readonly [any];

method afterInit

afterInit: () => void;

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-autoformat.

  • Markdown
    [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@ckeditor/ckeditor5-autoformat)
  • HTML
    <a href="https://www.jsdocs.io/package/@ckeditor/ckeditor5-autoformat"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>