Skip to content

Commit

Permalink
docs: add tiptap collab ctas
Browse files Browse the repository at this point in the history
  • Loading branch information
mkriegeskorte committed May 12, 2023
1 parent 62d4365 commit 9cc6c67
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ If you have an issue, a question, want to talk something through or anything els

### Can we have a call?
Nope, we are big fans of asynchronous communication. If you really need to reach out in private, send us an email to [humans@tiptap.dev](mailto:humans@tiptap.dev), but don’t expect technical email support. That all happens on [GitHub](https://github.com/ueberdosis/tiptap/issues)


## P.S. Did you know, we’re also into realtime text editing?

With [Tiptap Collab](https://tiptap.dev/collab) we built a realtime backend for conflict-free text editing. And the best part: Integration into Tiptap is just a few clicks away.

Make sure to check it out!

!!tiptap-collab-cta
2 changes: 2 additions & 0 deletions docs/api/extensions/collaboration-cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ The content of this editor is shared with other users.
:::
https://embed.tiptap.dev/preview/Extensions/CollaborationCursor?hideSource
https://embed.tiptap.dev/preview/Extensions/CollaborationCursor

!!tiptap-collab-cta
2 changes: 2 additions & 0 deletions docs/api/extensions/collaboration.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,5 @@ The content of this editor is shared with other users.
:::
https://embed.tiptap.dev/preview/Extensions/Collaboration?hideSource
https://embed.tiptap.dev/preview/Extensions/Collaboration

!!tiptap-collab-cta
11 changes: 11 additions & 0 deletions docs/guide/collaborative-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ Try opening http://127.0.0.1:1234 in your browser. You should see a plain text `

Go back to your Tiptap editor and hit reload, it should now connect to the Hocuspocus WebSocket server and changes should sync with all other clients. Amazing, isn’t it?


!!tiptap-collab-cta

### Multiple network providers
You can even combine multiple providers. That’s not needed, but could keep clients connected, even if one connection - for example the WebSocket server - goes down for a while. Here is an example:

Expand Down Expand Up @@ -282,6 +285,14 @@ const server = Server.configure({
server.listen()
```

## Tiptap Collab – our hosted solution

If you don’t want the struggle of self-hosting and scaling Hocuspocus, make sure to check out our managed solution Tiptap Collab.

It’s just a few clicks away, really.

!!tiptap-collab-cta

## Pitfalls

### Schema updates
Expand Down
9 changes: 9 additions & 0 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ There is no provided user interface, you are absolutely free to build whatever i

## Why should I use Tiptap?
[ProseMirror](https://ProseMirror.net) is a well-written, reliable and very powerful editor toolkit. It’s not so much the ready-to-use editor most people look for, but with Tiptap you can start in minutes, choose from tons of amazing extensions and still have that powerful ProseMirror API accessible when you really need it.

## Do you enjoy real-time editing?

Great! We do so, too. [Hocupocus](https://hocuspocus.dev) is our yjs-based real-time solution for conflict-free text editing with Tiptap.

Even better: Our managed solution [Tiptap Collab](https://tiptap.dev/collab) is just a few clicks away.<br />
– Enhance your Tiptap experience with multiplayer support in minutes instead of hours.

!!tiptap-collab-cta

0 comments on commit 9cc6c67

Please sign in to comment.