Is it possible to have inline interactive node view? #3728
Unanswered
AkshayPathak
asked this question in
Questions & Help
Replies: 2 comments 2 replies
-
I have also been unable to create an inline node that renders a NodeView either. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Spent too many hours on this but got to a working solution finally! Add span as the contentDOMElementTag for ReactNodeViewRenderer: And make sure the NodeViewContent also is set to span like this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, thanks for the fantastic library.
I am looking at https://tiptap.dev/guide/node-views, but when implemented with a React component, I am not able to inline it.
I am trying to create a drop down menu with text surrounding it such as the Mention extension.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions