mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-01 09:29:02 +08:00
fix broken link
This commit is contained in:
parent
aa9420688b
commit
d84bdf1b41
@ -163,7 +163,7 @@ const editor = new Editor({
|
||||
})
|
||||
```
|
||||
|
||||
As you can see, you can pass a name and color for every user. Look at the [collaborative editing example](/exmplaes/collaborative-editing), to see a more advanced example.
|
||||
As you can see, you can pass a name and color for every user. Look at the [collaborative editing example](/examples/collaborative-editing), to see a more advanced example.
|
||||
|
||||
### Offline support
|
||||
Adding offline support to your collaborative editor is basically a one-liner, thanks to the fantastic [Y IndexedDB adapter](https://github.com/yjs/y-indexeddb). Install it:
|
||||
|
Loading…
Reference in New Issue
Block a user