-
**Is your feature request related to a problem? Please describe.**
I couldn't find a way to run a method from the function component, which is wrapped into `RectRenderer`. From what I can see `RectRe…
-
**Description**
Click the button to add a custom component, an error occurs
**Steps to reproduce the bug**
Steps to reproduce the behavior:
1. Use nodeview to implement custom components
2. Con…
-
**Description**
Parsing nested html lists results in wrong content.
**Steps to reproduce the bug**
Steps to reproduce the behavior:
1. Create a nested list in html.
2. Feed it to content parame…
TNick updated
3 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
I noticed that the other sections like Educatio…
-
**Description**
I'm using a NodeView with block content via . When I backspace in a paragraph with only one character, one of two things will happen:
(1) The entire parent node gets erased and repla…
-
**The problem I am facing**
I’m always frustrated when … my React NodeViews re-render on every keystroke! This is usually unnecessary (in our application at least) and becomes noticeable when typing …
-
I use tiptap in Windows applications. The toolbars are system controls, so it can't get the class attribute by binding attributes like Vue.
So when the cursor in the editor changes, we need to judg…
-
TipTap offers a class (ReactRenderer) to render react elements outside of the regular React tree / DOM. Such as when we want a popup menu to appear. However this renderer practically forces us to use …
-
**Description**
When you remove text from a task list item, `` from it moves to the previous task list item.
**Steps to reproduce the bug**
1. Remove task item text
3. Press backspace one more t…
-
I'm making custom TodoItem, using the default TodoItem node as the base. I just move all inside view() function to a vue component.
```
import { Node } from 'tiptap'
import { splitToDefaultListIt…