---
title: "Mentions in Tiptap"
description: "Learn how to build a text editor with mentions in Tiptap with a quick code example. More in our documentation."
canonical_url: "https://tiptap.dev/docs/examples/advanced/mentions"
---

# Mentions in Tiptap

Learn how to build a text editor with mentions in Tiptap with a quick code example. More in our documentation.

The [mention extension](https://tiptap.dev/docs/editor/extensions/nodes/mention.md) allows you to create a text editor that supports mentions. This example shows you how to build a text editor with mentions using Tiptap.

> **Interactive demo:** [Community](https://embed.tiptap.dev/preview/Examples/Community)
