You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/pages/docs/collaboration/comments.mdx
+3-3
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ BlockNote comes with several built-in ThreadStore implementations:
45
45
The `YjsThreadStore` provides direct Yjs-based storage for comments, storing thread data directly in the Yjs document. This implementation is ideal for simple collaborative setups where all users have write access to the document.
@@ -63,7 +63,7 @@ The `RESTYjsThreadStore` combines Yjs storage with a REST API backend, providing
63
63
In this implementation, data is written to the Yjs document via a REST API which can handle access control. Data is still retrieved from the Yjs document directly (after it's been updated by the REST API), this way all comment information automatically syncs between clients using the existing collaboration provider.
"https://api.example.com/comments", // Base URL for the REST API
@@ -84,7 +84,7 @@ _Note: Because writes are executed via a REST API, the `RESTYjsThreadStore` is n
84
84
The `TiptapThreadStore` integrates with Tiptap's collaboration provider for comment management. This implementation is designed specifically for use with Tiptap's collaborative editing features.
0 commit comments