Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.59 KB

File metadata and controls

62 lines (40 loc) · 2.59 KB

Introduction to {companyname} Comments

Contents

Overview

The Comments plugin allows users to initiate and engage in conversations by adding comments directly within the {productname} editor. It also supports viewing all comments in a document for efficient collaboration.

Interactive examples

For interactive live demos for the Comments plugin, showcasing both callback and embedded modes, see:

Collaborate seamlessly within your content

With the Comments plugin, users can:

  • Collaborate on content through an intuitive interface for creating and replying to comments.

  • Control the ability to delete or resolve individual comments or entire comment threads.

Key features of the Comments plugin

The Comments plugin enables users to:

  • Create comments

  • Edit comments

  • Reply to comments

  • Search for comments

  • Resolve comment threads

  • Delete comments or entire threads

Getting started with the Comments plugin - Selecting a mode

The Comments plugin offers two modes:

Callback Mode

This default mode stores comments externally, such as in a database, and requires callback functions to manage comment data. For setup details, refer to: Configuring the Comments plugin in Callback mode.

Embedded Mode

In this mode, comments are stored directly within the content, without needing callback configuration. For setup details, refer to: Configuring the Comments plugin in Embedded mode.