improve the multiple editors example

This commit is contained in:
Hans Pagel
2021-01-18 16:13:36 +01:00
parent 473f057533
commit 8f1ca0f4dd
3 changed files with 55 additions and 12 deletions

View File

@@ -1,9 +1,5 @@
# Multiple editors
The following examples has three different instances of tiptap. The first is configured to have a single paragraph of text, the second to have a task list and the third to have text. All of them are stored in a single Y.js document, which is synced with other users.
:::warning Shared Document
Be nice! The content of this editor is shared with other users from the Internet.
:::
The following example has three different instances of tiptap. The first is configured to have a single paragraph of text, the second to have a task list and the third to have text. All of them are stored in a single Y.js document, which can be synced with other users.
<demo name="Examples/MultipleEditors" />