8
0

mention.md 1.2 KB


category: api-reference

Mention feature for CKEditor 5

npm version

This package implements the mention feature for CKEditor 5. It provides smart completion functionality for custom text matches based on user input.

Demo

Check out the {@link features/mentions#demo demo in the Mention feature} guide.

Documentation

See the {@link features/mentions Mention feature} guide and the {@link module:mention/mention~Mention} plugin documentation.

Installation

npm install --save @ckeditor/ckeditor5-mention

Contribute

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

External links