Skip to content

Commit 05a0b0c

Browse files
committed
readme
1 parent 9e3438a commit 05a0b0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ alongside the rest of your app's data.
1111

1212
Just configure your editor features, add this component to your Convex backend,
1313
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.
1415

1516
This is a [Convex Component](https://convex.dev/components) that syncs a
1617
[ProseMirror](https://prosemirror.net/) document between clients via a
1718
[Tiptap](https://tiptap.dev/) extension.
1819

20+
[![Example of editing](https://i.vimeocdn.com/video/1963290904-61fca04b89d193f0462f33b686d6c177330ae5c45eef601af2a85903db697072-d_1080x720?r=pad)](https://vimeo.com/1040674822?badge=0&autopause=0)
21+
1922
Example usage, see [below](#usage) for more details:
2023

2124
```tsx

0 commit comments

Comments
 (0)