Files
tiptap/docs/src/docPages/api/nodes/mention.md
2021-01-25 10:35:52 +01:00

1.2 KiB

Mention

Version Downloads

Honestly, the mention node is amazing. It adds support for @mentions, for example to ping users, and provides full control over the rendering.

Installation

# with npm
npm install @tiptap/extension-mention

# with Yarn
yarn add @tiptap/extension-mention

Settings

Option Type Default Description
HTMLAttributes Object {} Custom HTML attributes that should be added to the rendered HTML tag.
suggestion Object { … } Read more

Source code

packages/extension-mention/

Usage