-
In the following ticket:
https://github.com/ueberdosis/tiptap/issues/821
this is mentioned:
The current implementation still needs a document, but I’m going to add JSDOM support
and this is the…
-
**Is your feature request related to a problem? Please describe.**
I try to realise a spoiler component which can show and hide text by click on the button
![Безымянный](https://user-images.githubus…
-
**Description**
The editor become frozen and completely unusable when the Paragraph extension is extended:
```javascript
const customParagraph = Paragraph.extend();
```
However, if I pass t…
-
**Description**
Bump in error when install @tiptap/extension-link
**Steps to reproduce the bug**
Steps to reproduce the behavior:
1. Install package and use it in extansions
2. Call command thi…
-
We see that a lot of you are using tiptap with Nuxt.js, so we want to improve the experience with that.
## Client Side Rendering for the Editor
It’s not obvious that tiptap needs to be executed on…
-
**Description**
When I go to set the content of the text for the editor manually, I am unable to and get the error:
`TypeError: this.editor.commands.setContent is not a function`
**Steps to rep…
-
Hi,
I occurred one more issue during collaboration setup :/ After hocuspocus restarts, existing content from tiptap v2 is sent again, which results doubling the data in the content.
Steps to rep…
-
**Description**
I'm trying to calculate characters and word count but whenever I press Enter my last word and new word are `concatenate` which causes the wrong word counts and every time I press Ente…
-
**Description**
When a task list item is empty, the cursor in this item will not be shown.
**Steps to reproduce the bug**
Steps to reproduce the behavior:
1. Go to https://www.tiptap.dev/a…
-
**The problem I am facing**
We store tiptap json trees in our postgres db as `jsonb` colums. Our server-side scripts have no way to render those trees in things like email notifications or static SEO…