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/content/docs/features/collaboration/comments.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ To enable comments in your editor, you need to:
13
13
- provide a `resolveUsers` so BlockNote can retrieve and display user information (names and avatars).
14
14
- provide a `ThreadStore` so BlockNote can store and retrieve comment threads.
15
15
- enable real-time collaboration (see [Real-time collaboration](/docs/features/collaboration))
16
+
- optionally provide a schema for comments and comment editors to use. If left undefined, they will use the [default comment editor schema](https://github.com/TypeCellOS/BlockNote/blob/main/packages/react/src/components/Comments/defaultCommentEditorSchema.ts). See [here](/docs/features/custom-schemas) to find out more about custom schemas.
0 commit comments