Custom wrapper plugin for blocks #7196
urodstvo
started this conversation in
Feature Requests
Replies: 1 comment
-
|
This is a feature request, moving it to Discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Affected Packages
Vue TipTap
Version(s)
1.18.0
Bug Description
I need to write a block that could top-level other blocks.
For example, if the cursor is in a table cell and I would create a chunk, then the entire table would be wrapped in a chunk.
My implementation has bugs related to the fact that it is not allowed to merge or split a chunk. Each chunk is unique and has its own identifier.
The most common Uncaught TypeError in the current implementation is: Cannot read properties of null (reading 'nextSibling') and the phantom blocks remaining after deletion, although they are not in the doc.
Please help me fix this plugin, or maybe send me some similar ones. I'd be grateful!
I can't use newer versions of the package
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
Additional Context (Optional)
Dependency Updates
Beta Was this translation helpful? Give feedback.
All reactions