Curious about html generation with svelte node views #70
davidscottmills
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do you have any ideas about how we might support svelte components as a stand alone page when build from the tiptap editor?
I've got the SvelteCounterExtension and SvelteEditableExtension working in my editor. What I'm curious about is how we can get these components to function in standalone html/javascript using the generateHTML function from tiptap (i.e.
import { generateHTML } from '@tiptap/html';
)Beta Was this translation helpful? Give feedback.
All reactions