The Comments extension adds Word-style commenting with threads, replies, and resolution.Documentation Index
Fetch the complete documentation index at: https://superdoc-nick-sd-2070-add-content-controls-namespace-to-doc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Configure comments through the modules option:Commands
addComment
Add a comment to the current text selection. Requires text to be selected.
Comment text, or an options object with
content, author, authorEmail, authorImage, and isInternal fieldsaddCommentReply
Add a reply to an existing comment thread.
Object with
parentId (required), content, author, authorEmail, authorImageremoveComment
Remove a comment and its highlight marks from the document.
Object with
commentId and/or importedIdresolveComment
Resolve a comment. Removes the highlight but preserves positional anchors for export.
Object with
commentId
