docs: replace embeds with just the URL
This commit is contained in:
@@ -67,7 +67,7 @@ new Editor({
|
||||
```
|
||||
|
||||
### Frameworks
|
||||
<tiptap-demo name="Extensions/BubbleMenu"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/BubbleMenu
|
||||
|
||||
### Custom logic
|
||||
Customize the logic for showing the menu with the `shouldShow` option. For components, `shouldShow` can be passed as a prop.
|
||||
|
||||
@@ -36,7 +36,7 @@ CharacterCount.configure({
|
||||
[packages/extension-character-count/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-character-count/)
|
||||
|
||||
## Usage
|
||||
<tiptap-demo name="Extensions/CharacterCount"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/CharacterCount
|
||||
|
||||
## Count words, emojis, letters …
|
||||
Want to count words instead? Or emojis? Or the letter *a*? Sure, no problem. You can access the `textContent` directly and count whatever you’re into.
|
||||
|
||||
@@ -57,5 +57,5 @@ editor.commands.user({ name: 'Philipp Kühn', color: '#000000' })
|
||||
:::warning Public
|
||||
The content of this editor is shared with other users.
|
||||
:::
|
||||
<tiptap-demo name="Extensions/CollaborationCursor" hide-source></tiptap-demo>
|
||||
<tiptap-demo name="Extensions/CollaborationCursor"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/CollaborationCursor?hideSource
|
||||
https://embed.tiptap.dev/preview/Extensions/CollaborationCursor
|
||||
|
||||
@@ -89,5 +89,5 @@ editor.commands.redo()
|
||||
:::warning Public
|
||||
The content of this editor is shared with other users.
|
||||
:::
|
||||
<tiptap-demo name="Extensions/Collaboration" hide-source></tiptap-demo>
|
||||
<tiptap-demo name="Extensions/Collaboration"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/Collaboration?hideSource
|
||||
https://embed.tiptap.dev/preview/Extensions/Collaboration
|
||||
|
||||
@@ -53,4 +53,4 @@ editor.commands.unsetColor()
|
||||
[packages/extension-color/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-color/)
|
||||
|
||||
## Usage
|
||||
<tiptap-demo name="Extensions/Color"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/Color
|
||||
|
||||
@@ -57,4 +57,4 @@ Dropcursor.configure({
|
||||
[packages/extension-dropcursor/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-dropcursor/)
|
||||
|
||||
## Usage
|
||||
<tiptap-demo name="Extensions/Dropcursor"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/Dropcursor
|
||||
|
||||
@@ -63,7 +63,7 @@ new Editor({
|
||||
```
|
||||
|
||||
## Using a framework
|
||||
<tiptap-demo name="Extensions/FloatingMenu"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/FloatingMenu
|
||||
|
||||
### Custom logic
|
||||
Customize the logic for showing the menu with the `shouldShow` option. For components, `shouldShow` can be passed as a prop.
|
||||
|
||||
@@ -48,4 +48,4 @@ Focus.configure({
|
||||
[packages/extension-focus/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-focus/)
|
||||
|
||||
## Usage
|
||||
<tiptap-demo name="Extensions/Focus"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/Focus
|
||||
|
||||
@@ -52,4 +52,4 @@ editor.commands.unsetFontFamily()
|
||||
[packages/extension-font-family/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-font-family/)
|
||||
|
||||
## Usage
|
||||
<tiptap-demo name="Extensions/FontFamily"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/FontFamily
|
||||
|
||||
@@ -24,4 +24,4 @@ yarn add @tiptap/extension-gapcursor
|
||||
[packages/extension-gapcursor/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-gapcursor/)
|
||||
|
||||
## Usage
|
||||
<tiptap-demo name="Extensions/Gapcursor"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/Gapcursor
|
||||
|
||||
@@ -67,4 +67,4 @@ editor.commands.redo()
|
||||
[packages/extension-history/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-history/)
|
||||
|
||||
## Usage
|
||||
<tiptap-demo name="Extensions/History"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/History
|
||||
|
||||
@@ -94,4 +94,4 @@ Placeholder.configure({
|
||||
[packages/extension-placeholder/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-placeholder/)
|
||||
|
||||
## Usage
|
||||
<tiptap-demo name="Extensions/Placeholder"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/Placeholder
|
||||
|
||||
@@ -86,4 +86,4 @@ editor.commands.unsetTextAlign()
|
||||
[packages/extension-text-align/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-align/)
|
||||
|
||||
## Usage
|
||||
<tiptap-demo name="Extensions/TextAlign"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/TextAlign
|
||||
|
||||
@@ -52,4 +52,4 @@ yarn add @tiptap/extension-typography
|
||||
[packages/extension-typography/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-typography/)
|
||||
|
||||
## Usage
|
||||
<tiptap-demo name="Extensions/Typography"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Extensions/Typography
|
||||
|
||||
Reference in New Issue
Block a user