AcadeDoc/packages/editor-ext
Corentin b802f1d647 feat(editor-ext): share wikilink and database-view node schemas
Add WikilinkNode and DatabaseView schema-only nodes to @docmost/editor-ext
and register them in the Hocuspocus server tiptapExtensions list.

Without the shared schema, jsonToNode on the server hit a RangeError for
those node types and stripUnknownNodes dropped them on every collab save,
so wikilinks disappeared on page reload and database-view embeds lost
their config and rendered as empty placeholders.
2026-05-11 12:28:12 +00:00
..
src feat(editor-ext): share wikilink and database-view node schemas 2026-05-11 12:28:12 +00:00
.gitignore * add new tiptap editor extension monorepo package 2024-01-14 23:05:41 +01:00
.prettierrc feat(export): add export loading state and copy as markdown (#1867) 2026-01-24 23:30:17 +00:00
package.json pin marked version 2026-03-29 03:03:35 +01:00
README.md * add new tiptap editor extension monorepo package 2024-01-14 23:05:41 +01:00
tsconfig.json feat: Tiptap V3 migration (#1854) 2026-01-24 20:41:08 +00:00

editor extensions

Tiptap editor extensions