Skip to content

Commit 7e2139e

Browse files
committed
readme
1 parent 17cdbc3 commit 7e2139e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,20 @@ function CollaborativeEditor() {
3535
}
3636
```
3737

38+
For the editor, you can choose to use Tiptap or BlockNote.
39+
40+
- Tiptap is based on ProseMirror and saves you a lot of configuration compared
41+
to using the ProseMirror editor directly. It has a rich ecosystem of
42+
extensions, and is very customizable.
43+
- BlockNote is based on Tiptap and has a nicer UI and experience out of the box,
44+
at the cost of being harder to extend and customize for advanced usecases. If
45+
you're looking for the easiest way to get all the fancy formatting options,
46+
this is it.
47+
- Unfortunately, even though they both are based on ProseMirror, the data model
48+
differs, so it's not trivial to switch editors later on without migrating all
49+
of the data, so you might experiment with both before launching publicly.
50+
51+
Features:
3852
Features:
3953

4054
- Safely merges changes between clients via operational transformations (OT).

0 commit comments

Comments
 (0)