Copy paste Complex Custom React Extension not working #3565
Answered
by
andreasvirkus
Snivio
asked this question in
Questions & Help
-
Beta Was this translation helpful? Give feedback.
Answered by
andreasvirkus
Jan 22, 2025
Replies: 1 comment
-
If your custom node is an atom, you can implement a renderText({ node }) {
return `<body-item-node prop="${node.attrs.id}"></body-item-node>`
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nperez0111
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If your custom node is an atom, you can implement a
renderText
(https://tiptap.dev/docs/editor/core-concepts/schema#content)