sibiraj-s / svelte-tiptap

Svelte components for tiptap v2
https://sibiraj-s.github.io/svelte-tiptap/
MIT License
225 stars 18 forks source link

Passing external props into NodeViewRenderer #51

Open thesiti92 opened 2 months ago

thesiti92 commented 2 months ago

i have a use case where i need some external context passed into a NodeViewRenderer instance. i think i just need to modify the SvelteNodeViewRenderer to take in an additional props object. Would be happy to submit a pr if you guys would like!

thanks, Alex

sibiraj-s commented 1 month ago

Would be happy to submit a pr if you guys would like!

That would be great, but before that can you share the expectation as code(example) here once.