Feature Request: Provide an "everything" example on tiptap.dev for the purposes of easily debugging extension interactions #4307
Nantris
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The examples on tiptap.dev are excellent, but the fact there's no unified example makes proving whether errant behaviors are bugs in our own code or in TipTap. Currently there's no quick and easy way to test.
Alternatively, a ready-made CodeSandbox or the like would be welcome.
Use Case
For example, I just found that pasting editor content of at least two paragraphs which also contains links over
listItemsthrows an error, but there's no easy way for me to immediately test whether that behavior is a TipTap error. The only option is setting up a CodeSandbox or cloning the entire repository to make my own example, but when a thousand people are doing this dozens of time each, the time wasted adds up.Specifically
linkmarks are unsupported in the collaborative editor; not to mention that debugging on a collaborative editor is sort of crazytown.Type
Other
Beta Was this translation helpful? Give feedback.
All reactions