Integrate Comments into your app
The Comments
extension lets users create threads and comments in the editor. Threads can be used to discuss specific parts of the document, while individual comments can be added to particular sections.
Comments can be accessed and manipulated through the Comments REST API or received via webhooks, enabling the creation of notification systems and the ability to add comments from outside the Editor.
Subscription required
This extension requires a valid Entry, Business or Enterprise subscription and a running Tiptap Cloud instance. To install the extension, you need access to our private registry. Set this up before proceeding.
For simpler use cases, start with the install section.
Comments features
- Add inline, document, or sidebar comments
- Comments on text, nodes, custom nodes, or across a selection of nodes
- Rich text support within comments (e.g., bold, emojis)
- Resolve, edit, or delete comments
- Offline commenting support
- Handle overlapping comments
- Mention users directly within comments
- Webhooks to trigger custom notifications services when users are mentioned
- Programmatically manage comments using the Comments API