tiptap/docs/src/docPages/experiments/multiple-editors.md

6 lines
348 B
Markdown
Raw Normal View History

# Multiple editors
2021-02-05 00:33:59 +08:00
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 in real-time with other users.
2021-02-07 23:12:27 +08:00
<demo name="Experiments/MultipleEditors" />