# @ckeditor/ckeditor5-mention

> Mention feature for CKEditor 5.

Latest version **48.5.0** (published 2026-09-02) · SEE LICENSE IN LICENSE.md license · 0 weekly downloads

## Install

```sh
npm install @ckeditor/ckeditor5-mention
pnpm add @ckeditor/ckeditor5-mention
yarn add @ckeditor/ckeditor5-mention
bun add @ckeditor/ckeditor5-mention
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; popular repo.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 48.5.0 |
| Published | 2026-09-02 |
| First published | 2019-03-27 |
| Weekly downloads | 0 |
| License | SEE LICENSE IN LICENSE.md |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 227.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10444 |
| Author | CKSource |
| Maintainers | ckeditor |
| Keywords | ckeditor, ckeditor5, ckeditor 5, ckeditor5-feature, ckeditor5-plugin |

## Links

- npm: https://www.npmjs.com/package/@ckeditor/ckeditor5-mention
- Repository: https://github.com/ckeditor/ckeditor5
- Homepage: https://ckeditor.com/ckeditor-5
- Issues: https://github.com/ckeditor/ckeditor5/issues
- npm.io page: https://npm.io/package/@ckeditor/ckeditor5-mention

## Dependencies (6)

- [es-toolkit](https://npm.io/package/es-toolkit.md) 1.45.1
- [@ckeditor/ckeditor5-ui](https://npm.io/package/@ckeditor/ckeditor5-ui.md) 48.5.0
- [@ckeditor/ckeditor5-core](https://npm.io/package/@ckeditor/ckeditor5-core.md) 48.5.0
- [@ckeditor/ckeditor5-utils](https://npm.io/package/@ckeditor/ckeditor5-utils.md) 48.5.0
- [@ckeditor/ckeditor5-engine](https://npm.io/package/@ckeditor/ckeditor5-engine.md) 48.5.0
- [@ckeditor/ckeditor5-typing](https://npm.io/package/@ckeditor/ckeditor5-typing.md) 48.5.0

## Alternatives

- [ext-list](https://npm.io/package/ext-list.md) — 6.3M weekly downloads
- [@lexical/selection](https://npm.io/package/@lexical/selection.md) — 3.8M weekly downloads
- [@lexical/text](https://npm.io/package/@lexical/text.md) — 3.6M weekly downloads
- [@lexical/clipboard](https://npm.io/package/@lexical/clipboard.md) — 3.0M weekly downloads
- [@tiptap/extension-mention](https://npm.io/package/@tiptap/extension-mention.md) — 3.0M weekly downloads

## Recent versions

- 48.5.0 (latest) — 2026-09-02
- 0.0.0-nightly-20260914.0 (nightly) — 2026-09-14
- 0.0.0-nightly-next-20260907.0 (nightly-next) — 2026-09-07
- 48.5.0-alpha.7 (alpha) — 2026-09-02
- 47.7.3 (lts-v47) — 2026-07-14
- 0.0.0-internal-20260224.0 (internal) — 2026-02-24
- 38.0.0-rc.1 (rc) — 2023-05-16
- 0.0.0-nightly-20260913.0 — 2026-09-13
- 0.0.0-nightly-20260912.0 — 2026-09-12
- 0.0.0-nightly-20260911.0 — 2026-09-11
- 0.0.0-nightly-20260910.0 — 2026-09-10
- 0.0.0-nightly-20260909.0 — 2026-09-09
- 0.0.0-nightly-20260908.0 — 2026-09-08
- 0.0.0-nightly-20260907.0 — 2026-09-07
- 0.0.0-nightly-next-20260906.0 — 2026-09-06
- … 1803 more at https://npm.io/package/@ckeditor/ckeditor5-mention/versions

## README

CKEditor&nbsp;5 mention feature
===========================

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-mention.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-mention)
[![codecov](https://codecov.io/gh/ckeditor/ckeditor5/branch/master/graph/badge.svg)](https://codecov.io/gh/ckeditor/ckeditor5)
[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)

This package implements mention support for CKEditor&nbsp;5 and brings smart autocompletion based on user input.

## Installation

This plugin is part of the `ckeditor5` package. Install the whole package to use it.

```bash
npm install ckeditor5
```

## Create free account

If you want to check full CKEditor&nbsp;5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).

## Demo

Check out the demo in the [mentions (autocomplete) feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/mentions.html#demo).

## Documentation

See the [`@ckeditor/ckeditor5-mention` package](https://ckeditor.com/docs/ckeditor5/latest/api/mention.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).

## License

Licensed under a dual-license model, this software is available under:

* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
* or commercial license terms from CKSource Holding sp. z o.o.

For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).

---
_Source: https://npm.io/package/@ckeditor/ckeditor5-mention · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
