add premium hints everywhere, add premium flags to the navigation, add a license page
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
# Collaborative editing
|
||||
|
||||
:::premium Requires Premium Extensions
|
||||
Using this example in production requires a **tiptap pro** license. [Read more](/tiptap-pro)
|
||||
:::
|
||||
|
||||
This example shows how you can use tiptap to let different users collaboratively work on the same text in real-time.
|
||||
|
||||
It connects client with WebRTC and merges changes to the document (no matter where they come from) with the awesome library [Y.js](https://github.com/yjs/yjs) by Kevin Jahns. Be aware that in a real-world scenario you would probably add a server, which is also able to merge changes with Y.js.
|
||||
|
||||
Reference in New Issue
Block a user