-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not support marks on non-TextNodes #47
Comments
If anyone wants to tackle this in a PR, two main functions to address are Particularly, serialize the marks of a node as |
Same here, this has become a blocker on one of my projects as well. Can #63 be merged? |
Any updates on this @dmonad? |
Any updates, please? @dmonad |
The same problem, custom nodes cannot support marks |
Same problem here, any updates? |
+1 |
Checklist
Describe the bug
This plugin fundamentally does not support marks on nodes that are not text nodes. For example, Tiptap's image node, which is an inline, non-text node: https://github.com/ueberdosis/tiptap/blob/v1/packages/tiptap-extensions/src/nodes/Image.js.
To Reproduce
<a></a>
wrapping the image node.Expected behavior
Marks on custom nodes are handled just as attributes on custom nodes are handled.
The text was updated successfully, but these errors were encountered: