Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into feature/remove-inferred-commands

This commit is contained in:
Philipp Kühn
2021-02-10 20:39:13 +01:00
17 changed files with 211 additions and 12 deletions

View File

@@ -22,4 +22,4 @@ yarn add @tiptap/extension-character-count
[packages/extension-character-count/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-character-count/)
## Usage
<demo name="Extensions/CharacterCount" highlight="" />
<demo name="Extensions/CharacterCount" />

View File

@@ -31,4 +31,4 @@ yarn add @tiptap/extension-text-style @tiptap/extension-font-family
[packages/extension-font-family/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-font-family/)
## Usage
<demo name="Extensions/FontFamily" highlight="" />
<demo name="Extensions/FontFamily" />

View File

@@ -4,4 +4,4 @@ This demo has 150 paragraphs and more than 13,000 words, check the performance y
Most of the processing is needed to check the active state of the buttons for the selection. If youd like to optimize for really long texts, try to limit these checks in your toolbar. But honestly, we think its great already, isnt it?
<demo name="Examples/Book" highlight="" />
<demo name="Examples/Book" />

View File

@@ -1,3 +1,7 @@
# Tables
:::pro Commercial use
Using the collaborative editing commercially? [Become a sponsor](/sponsor) to fund its development!
:::
<demo name="Examples/Tables" />

View File

@@ -1,3 +1,3 @@
# Todo App
<demo name="Examples/TodoApp" highlight="" />
<demo name="Examples/TodoApp" />

View File

@@ -9,6 +9,7 @@ Congratulations! Youve found our playground with a list of experiments. Be aw
* [Commands](/experiments/commands)
* [Embeds](/experiments/embeds)
* [Multiple editors](/experiments/multiple-editors)
* [Details](/experiments/details)
## Waiting for approval
* [@tiptap/extension-placeholder](/experiments/placeholder)

View File

@@ -2,4 +2,4 @@
⚠️ Experiment
<demo name="Experiments/Color" highlight="" />
<demo name="Experiments/Color" />

View File

@@ -2,4 +2,4 @@
⚠️ Experiment
<demo name="Experiments/Commands" highlight="" />
<demo name="Experiments/Commands" />

View File

@@ -0,0 +1,5 @@
# Details
⚠️ Experiment
<demo name="Experiments/Details" />

View File

@@ -2,4 +2,4 @@
⚠️ Experiment
<demo name="Experiments/Embeds" highlight="" />
<demo name="Experiments/Embeds" />

View File

@@ -2,4 +2,4 @@
⚠️ Experiment
<demo name="Experiments/Linter" highlight="" />
<demo name="Experiments/Linter" />

View File

@@ -2,4 +2,4 @@
⚠️ Experiment
<demo name="Experiments/Placeholder" highlight="" />
<demo name="Experiments/Placeholder" />