Skip to content

Commit 61c544c

Browse files
author
like
committed
udpate:tiptap
1 parent 9160675 commit 61c544c

32 files changed

+4460
-2919
lines changed

build_linux.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
git add .
2-
git commit -m "udpate:add ollam"
2+
git commit -m "udpate:tiptap"
33
git push
4-
git tag -d v1.1.7
5-
git push origin -d v1.1.7
4+
git tag -d v1.1.8
5+
git push origin -d v1.1.8
66

7-
git tag v1.1.7
8-
git push origin v1.1.7
7+
git tag v1.1.8
8+
git push origin v1.1.8

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<link rel="icon" type="image/svg+xml" href="/tauri.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Tips</title>
8+
<!-- Remix Icon -->
9+
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css" rel="stylesheet" />
810
<style>
911
/* 关键样式 - 确保立即显示 */
1012
body {

package.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"@codemirror/language": "^6.11.2",
3131
"@codemirror/theme-one-dark": "^6.1.3",
3232
"@codemirror/view": "^6.38.1",
33+
"@floating-ui/dom": "^1.0.0",
34+
"@floating-ui/react": "^0.27.16",
35+
"@radix-ui/react-dropdown-menu": "^2.1.16",
36+
"@radix-ui/react-popover": "^1.1.15",
3337
"@tanstack/vue-virtual": "^3.13.12",
3438
"@tauri-apps/api": "^2.7.0",
3539
"@tauri-apps/plugin-autostart": "~2",
@@ -41,17 +45,44 @@
4145
"@tauri-apps/plugin-shell": "^2.3.0",
4246
"@tauri-apps/plugin-updater": "^2.8.1",
4347
"@tauri-apps/plugin-window-state": "~2",
48+
"@tiptap/core": "^3.0.0",
49+
"@tiptap/extension-code-block": "^3.0.0",
50+
"@tiptap/extension-code-block-lowlight": "^3.0.0",
51+
"@tiptap/extension-highlight": "^3.11.0",
52+
"@tiptap/extension-horizontal-rule": "^3.11.0",
53+
"@tiptap/extension-image": "^3.11.0",
54+
"@tiptap/extension-link": "^3.0.0",
55+
"@tiptap/extension-list": "^3.11.0",
56+
"@tiptap/extension-placeholder": "^3.0.0",
57+
"@tiptap/extension-strike": "^3.0.0",
58+
"@tiptap/extension-subscript": "^3.11.0",
59+
"@tiptap/extension-superscript": "^3.11.0",
60+
"@tiptap/extension-table": "^3.0.0",
61+
"@tiptap/extension-table-cell": "^3.0.0",
62+
"@tiptap/extension-table-header": "^3.0.0",
63+
"@tiptap/extension-table-row": "^3.0.0",
64+
"@tiptap/extension-task-item": "^3.0.0",
65+
"@tiptap/extension-task-list": "^3.0.0",
66+
"@tiptap/extension-text-align": "^3.11.0",
67+
"@tiptap/extension-typography": "^3.11.0",
68+
"@tiptap/extension-underline": "^3.0.0",
69+
"@tiptap/extensions": "^3.11.0",
70+
"@tiptap/pm": "^3.11.0",
71+
"@tiptap/react": "^3.11.0",
72+
"@tiptap/starter-kit": "^3.11.0",
73+
"@tiptap/vue-3": "^3.0.0",
4474
"@types/diff-match-patch": "^1.0.36",
4575
"@types/hast": "^3.0.4",
4676
"@types/markdown-it": "^14.1.2",
4777
"@types/mdast": "^4.0.4",
48-
4978
"@types/refractor": "^4.0.0",
5079
"@vueuse/core": "^10.7.0",
5180
"date-fns": "^2.30.0",
5281
"diff-match-patch": "^1.0.5",
5382
"highlight.js": "^11.9.0",
5483
"katex": "^0.16.22",
84+
"lodash.throttle": "^4.1.1",
85+
"lowlight": "^3.1.0",
5586
"lru-cache": "^11.1.0",
5687
"markdown-it": "^14.1.0",
5788
"marked-highlight": "^2.2.1",
@@ -61,6 +92,7 @@
6192
"pinia-plugin-persistedstate": "^4.4.1",
6293
"prism-themes": "^1.9.0",
6394
"prismjs": "^1.29.0",
95+
"react-hotkeys-hook": "^5.2.1",
6496
"refractor": "^5.0.0",
6597
"rehype-autolink-headings": "^7.1.0",
6698
"rehype-highlight": "^7.0.0",
@@ -76,6 +108,7 @@
76108
"remark-parse": "^11.0.0",
77109
"remark-prism": "^1.3.6",
78110
"remark-rehype": "^11.1.2",
111+
"tiptap-markdown": "^0.9.0",
79112
"turndown": "^7.1.3",
80113
"unified": "^11.0.5",
81114
"unist-util-visit": "^5.0.0",
@@ -93,6 +126,7 @@
93126
"@types/dompurify": "^3.0.5",
94127
"@types/html-to-text": "^9.0.4",
95128
"@types/js-yaml": "^4.0.9",
129+
"@types/lodash.throttle": "^4.1.9",
96130
"@types/marked": "^6.0.0",
97131
"@types/node": "^20.12.7",
98132
"@types/prismjs": "^1.26.5",
@@ -104,6 +138,7 @@
104138
"postcss": "^8.4.32",
105139
"rehype-mermaid": "^3.0.0",
106140
"remark-markmap": "^1.1.5",
141+
"sass-embedded": "^1.93.3",
107142
"tailwindcss": "^3.3.6",
108143
"typescript": "~5.6.2",
109144
"vite": "^6.0.3",

0 commit comments

Comments
 (0)