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: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,14 @@ alongside the rest of your app's data.
11
11
12
12
Just configure your editor features, add this component to your Convex backend,
13
13
and use the `useTiptapSync` React hook.
14
+
Read this [Stack post](https://stack.convex.dev/add-a-collaborative-document-editor-to-your-app) for more details.
14
15
15
16
This is a [Convex Component](https://convex.dev/components) that syncs a
16
17
[ProseMirror](https://prosemirror.net/) document between clients via a
17
18
[Tiptap](https://tiptap.dev/) extension.
18
19
20
+
[](https://vimeo.com/1040674822?badge=0&autopause=0)
21
+
19
22
Example usage, see [below](#usage) for more details:
0 commit comments