Skip to content

Commit ffa8dc2

Browse files
author
robin
committed
feat(editor): update TipTap dependencies and enhance table functionality
- Added @tiptap/core version 3.13.0 to package.json and updated related dependencies in pnpm-lock.yaml. - Refactored RichEditor to utilize new table extension with responsive wrapper and improved styling. - Adjusted editor mode initialization in MDEditor to default to 'rich' for enhanced user experience. - Removed redundant styles from index.scss to streamline the editor's appearance.
1 parent 7a4b57d commit ffa8dc2

6 files changed

Lines changed: 202 additions & 176 deletions

File tree

ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@codemirror/language-data": "^6.5.0",
2222
"@codemirror/state": "^6.5.0",
2323
"@codemirror/view": "^6.26.1",
24+
"@tiptap/core": "^3.13.0",
2425
"@tiptap/extension-image": "^3.11.1",
2526
"@tiptap/extension-placeholder": "^3.11.1",
2627
"@tiptap/extension-table": "^3.11.1",

ui/pnpm-lock.yaml

Lines changed: 98 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)