docs: replace embeds with just the URL

This commit is contained in:
Hans Pagel
2021-10-18 18:01:47 +02:00
parent 43a944b897
commit 53f815a53c
79 changed files with 96 additions and 95 deletions

View File

@@ -5,4 +5,4 @@
## Issues
* Its fine to use, just dont send bug reports, PRs or anything else. Well 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

View File

@@ -5,4 +5,4 @@
## Issues
* Nested lists cause trouble
<tiptap-demo name="Experiments/Details"></tiptap-demo>
https://embed.tiptap.dev/preview/Experiments/Details

View File

@@ -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

View File

@@ -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

View File

@@ -2,4 +2,4 @@
⚠️ Experiment
<tiptap-demo name="Experiments/GenericFigure"></tiptap-demo>
https://embed.tiptap.dev/preview/Experiments/GenericFigure

View File

@@ -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, thats why this is a lot of ProseMirror work. Before well publish that example, wed 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

View File

@@ -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

View File

@@ -5,4 +5,4 @@
## Issues
* This implementation adds an actual node. Itd be great to use a decoration for that use case, so the document isnt modified.
<tiptap-demo name="Experiments/TrailingNode"></tiptap-demo>
https://embed.tiptap.dev/preview/Experiments/TrailingNode