Replies: 1 comment
|
Hi! To answer both parts of your question: 1. Tiptap v3 RoadmapNovel currently ships with Tiptap v2. There isn't an official public roadmap pinned for v3 migration, but since Tiptap v3 is still in active development (currently in beta/RC phases), most editor libraries (including Novel) are waiting for a stable release before migrating. You can track Tiptap v3 progress here: https://tiptap.dev/docs/editor/getting-started/upgrade-tiptap 2. SSR with Novel / Tiptap contentTiptap (and by extension Novel) is a client-side rich-text editor because it depends on the DOM and ProseMirror. For SSR/SSG, you have two solid options: Option A: Dynamic import with
|
Uh oh!
There was an error while loading. Please reload this page.
1.Tiptap v3 update in the roadmap?
2.How do i SSR, i saw an extension "@tiptap/static-renderer". It says it can be used for serverside rendering but gives me error in tiptap/core after installing it, is this not compatible with the current novel version?
All reactions