add new pages, add more content
This commit is contained in:
@@ -22,4 +22,4 @@ yarn add @tiptap/extension-focus
|
||||
[packages/extension-focus/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-focus/)
|
||||
|
||||
## Usage
|
||||
<demo name="Extensions/Focus" highlight="31-34,12" />
|
||||
<demo name="Extensions/Focus" highlight="12,34-37" />
|
||||
|
||||
@@ -10,10 +10,10 @@ It connects client with WebRTC and merges changes to the document (no matter whe
|
||||
|
||||
If you want to learn more about collaborative text editing, [check out our guide on that topic](/guide/collaborative-editing). Anyway, it’s showtime now:
|
||||
|
||||
:::warning The content of this editor is shared with other users from the Internet.
|
||||
Don’t share your password, credit card numbers or other things you wouldn’t make public.
|
||||
:::warning Shared Document
|
||||
Be nice! The content of this editor is shared with other users from the Internet.
|
||||
:::
|
||||
|
||||
<!-- <demo name="Examples/Collaboration" :show-source="false"/> -->
|
||||
<!-- <demo name="Examples/CollaborativeEditing" :show-source="false"/> -->
|
||||
|
||||
<demo name="Examples/CollaborativeEditing" />
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
# Focus
|
||||
|
||||
<demo name="Examples/Focus" highlight="15,37-40,42" />
|
||||
@@ -1,3 +0,0 @@
|
||||
# History
|
||||
|
||||
<demo name="Examples/History" highlight="4-9" />
|
||||
1
docs/src/docPages/guide/advanced-node-views.md
Normal file
1
docs/src/docPages/guide/advanced-node-views.md
Normal file
@@ -0,0 +1 @@
|
||||
# Advanced node views
|
||||
@@ -1 +0,0 @@
|
||||
# Use Vue Components
|
||||
12
docs/src/docPages/guide/working-with-typescript.md
Normal file
12
docs/src/docPages/guide/working-with-typescript.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Working with TypeScript
|
||||
|
||||
## toc
|
||||
|
||||
## Introduction
|
||||
|
||||
|
||||
## Options type
|
||||
|
||||
|
||||
## Create a command
|
||||
|
||||
Reference in New Issue
Block a user