watchdog.md 1.1 KB


category: api-reference

CKEditor 5 watchdog feature

npm version

This package implements the watchdog feature for CKEditor 5. It keeps a CKEditor 5 rich-text editor instance running.

Documentation

See the {@link features/watchdog Watchdog feature} guide and the {@link module:watchdog/watchdog~Watchdog} plugin documentation.

Installation

npm install --save @ckeditor/ckeditor5-watchdog

Contribute

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

External links