Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 1.18 KB

mention.md

File metadata and controls

34 lines (21 loc) · 1.18 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