docs: replace embeds with just the URL
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
## Issues
|
||||
* It’s fine to use, just don’t send bug reports, PRs or anything else. We’ll just need some time to publish that as an official extension.
|
||||
|
||||
<tiptap-demo name="Experiments/Commands"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Experiments/Commands
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
## Issues
|
||||
* Nested lists cause trouble
|
||||
|
||||
<tiptap-demo name="Experiments/Details"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Experiments/Details
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
## Issues
|
||||
* Oh man, building a really good iframe/embed extension will take some time. The best thing to speed up the development is to [sponsor our work](/sponsor) on GitHub.
|
||||
|
||||
<tiptap-demo name="Experiments/Embeds"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Experiments/Embeds
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
## Issues
|
||||
* The current implementation works with images only.
|
||||
|
||||
<tiptap-demo name="Experiments/Figure"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Experiments/Figure
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
⚠️ Experiment
|
||||
|
||||
<tiptap-demo name="Experiments/GenericFigure"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Experiments/GenericFigure
|
||||
|
||||
@@ -7,4 +7,4 @@ Linter can be used to check the content as per your wish and highlight it to the
|
||||
## Issues
|
||||
* There is no decoration API in tiptap, that’s why this is a lot of ProseMirror work. Before we’ll publish that example, we’d need to find a few ways to make it more tiptap-like. For example, it would be great to use Vue/React components for the widget.
|
||||
|
||||
<tiptap-demo name="Experiments/Linter"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Experiments/Linter
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
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.
|
||||
|
||||
<tiptap-demo name="Experiments/MultipleEditors"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Experiments/MultipleEditors
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
## Issues
|
||||
* This implementation adds an actual node. It’d be great to use a decoration for that use case, so the document isn’t modified.
|
||||
|
||||
<tiptap-demo name="Experiments/TrailingNode"></tiptap-demo>
|
||||
https://embed.tiptap.dev/preview/Experiments/TrailingNode
|
||||
|
||||
Reference in New Issue
Block a user