Docs
Mention
Mention
Enable autocompletion for user mentions.
@ Mention
Mention and reference other users or entities within your text using @-mentions.
Try mentioning
BB-8
or Boba Fett
.Installation
npm install @udecode/plate-mention
Usage
import { MentionPlugin } from '@udecode/plate-mention/react';
const plugins = [
// ...otherPlugins,
MentionPlugin,
];
Plugins
MentionPlugin
Extends TriggerComboboxPlugin
Options
Collapse all
Whether to insert a space after the mention.
MentionInputPlugin
Plugin for mention input functionality.
API
editor.api.insert.mention
Override this API method to customize how mentions are inserted.
getMentionOnSelectItem
Gets the handler for selecting an item in the mention combobox.
Parameters
Collapse all
Returns
Collapse all
The handler for selecting an item in the mention combobox.