udecode / plate

A rich-text editor powered by AI
https://platejs.org
Other
12.08k stars 737 forks source link

Unable to save comments #3095

Closed DineshCodeFlow closed 2 months ago

DineshCodeFlow commented 7 months ago

Description

Unable to save comments

<CommentsProvider users={commentsUsers} myUserId={myUserId}>
 <Plate plugins={plugins} initialValue={initialValue}
          onChange={(data) => {
          // COMMENTS ARE NOT COMING HERE...
          }}
</Plate>
</CommentsProvider>

However CommentsProvider has events such as onCommentAdd, onCommentUpdate, onCommentDelete, but there is not exact guide anywhere which tell exacly how to save comment along with the platejs output content.

sewellstephens commented 6 months ago

having same issue

sewellstephens commented 2 months ago

Whats the fix? I could never get comments to save.