docs: update content

This commit is contained in:
Hans Pagel 2021-02-12 15:33:58 +01:00
parent a34e3202e9
commit cbb086e4da
3 changed files with 5 additions and 0 deletions

View File

@ -40,4 +40,6 @@ This extension requires the [`Collaboration`](/api/extensions/collaboration) ext
:::warning Public :::warning Public
The content of this editor is shared with other users. The content of this editor is shared with other users.
::: :::
<demo name="Extensions/CollaborationCursor" :show-source="false" />
<demo name="Extensions/CollaborationCursor" highlight="11,39-45" /> <demo name="Extensions/CollaborationCursor" highlight="11,39-45" />

View File

@ -48,4 +48,5 @@ yarn add @tiptap/extension-collaboration yjs y-websocket
:::warning Public :::warning Public
The content of this editor is shared with other users. The content of this editor is shared with other users.
::: :::
<demo name="Extensions/Collaboration" :show-source="false" />
<demo name="Extensions/Collaboration" highlight="10,27-28,35-37,44" /> <demo name="Extensions/Collaboration" highlight="10,27-28,35-37,44" />

View File

@ -4,6 +4,8 @@
⚠️ Experiment ⚠️ Experiment
Annotations can be used to add additional information to the content, for example comments. They live on a different level than the actual editor content.
<!-- :::pro Pro Extension <!-- :::pro Pro Extension
We kindly ask you to [sponsor our work](/sponsor) when using this extension in production. We kindly ask you to [sponsor our work](/sponsor) when using this extension in production.
::: --> ::: -->