fix(nc-gui): underline + strike issue

This commit is contained in:
Ramesh Mane
2025-01-08 06:53:50 +00:00
parent ce798703a8
commit fb01a818b4
11 changed files with 201 additions and 23 deletions

View File

@@ -2,10 +2,18 @@
import StarterKit from '@tiptap/starter-kit'
import TaskList from '@tiptap/extension-task-list'
import { EditorContent, useEditor } from '@tiptap/vue-3'
import Underline from '@tiptap/extension-underline'
import Placeholder from '@tiptap/extension-placeholder'
import { Markdown } from 'tiptap-markdown'
import { HardBreak, Link, Strike, TaskItem, UserMention, UserMentionList, suggestion } from '~/helpers/tiptap/extensions'
import {
HardBreak,
Link,
Strike,
Underline,
TaskItem,
UserMention,
UserMentionList,
suggestion,
} from '~/helpers/tiptap/extensions'
const props = withDefaults(
defineProps<{