tiptap editor #2222

Merged
konrad merged 66 commits from dpschen/frontend:feature/feat-tiptap-editor into main 2023-10-22 13:49:01 +00:00
1 changed files with 3 additions and 5 deletions
Showing only changes of commit d75a963d08 - Show all commits

View File

@ -263,11 +263,9 @@ const editor = useEditor({
// // character count
// CharacterCount,
// CodeBlockLowlight.extend({
// addNodeView() {
// return VueNodeViewRenderer(CodeBlock)
// },
// }).configure({ lowlight }),
CodeBlockLowlight.configure({
lowlight,
}),
Commands.configure({
suggestion: suggestionSetup(t),