mirror of
https://github.com/docmost/docmost.git
synced 2025-11-23 11:31:09 +10:00
table of contents node - WIP
This commit is contained in:
@ -33,6 +33,7 @@ import {
|
||||
Embed,
|
||||
Mention,
|
||||
Subpages,
|
||||
TableOfContentsNode,
|
||||
} from '@docmost/editor-ext';
|
||||
import { generateText, getSchema, JSONContent } from '@tiptap/core';
|
||||
import { generateHTML, generateJSON } from '../common/helpers/prosemirror/html';
|
||||
@ -80,6 +81,7 @@ export const tiptapExtensions = [
|
||||
Embed,
|
||||
Mention,
|
||||
Subpages,
|
||||
TableOfContentsNode,
|
||||
] as any;
|
||||
|
||||
export function jsonToHtml(tiptapJson: any) {
|
||||
|
||||
Submodule apps/server/src/ee updated: c92deeeac1...9957da11d6
Reference in New Issue
Block a user