[PR #907] [MERGED] refactor: 重构 Markdown 编辑器、同步策略、标签页 #808

Closed
opened 2026-03-02 03:41:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/907
Author: @codexu
Created: 2/25/2026
Status: Merged
Merged: 2/25/2026
Merged by: @codexu

Base: devHead: tiptap


📝 Commits (10+)

📊 Changes

528 files changed (+16651 additions, -28284 deletions)

View changed files

📝 messages/en.json (+243 -8)
📝 messages/ja.json (+243 -8)
📝 messages/pt-BR.json (+240 -9)
📝 messages/zh-TW.json (+243 -8)
📝 messages/zh.json (+241 -7)
📝 next.config.ts (+11 -1)
📝 package.json (+36 -1)
📝 pnpm-lock.yaml (+1457 -14)
public/dist/js/abcjs/abcjs_basic.min.js (+0 -3)
public/dist/js/echarts/echarts.min.js (+0 -45)
public/dist/js/flowchart.js/flowchart.min.js (+0 -8)
public/dist/js/graphviz/full.render.js (+0 -90)
public/dist/js/graphviz/viz.js (+0 -333)
public/dist/js/highlight.js/LICENSE (+0 -29)
public/dist/js/highlight.js/highlight.min.js (+0 -3835)
public/dist/js/highlight.js/styles/a11y-dark.min.css (+0 -7)
public/dist/js/highlight.js/styles/a11y-light.min.css (+0 -7)
public/dist/js/highlight.js/styles/agate.min.css (+0 -20)
public/dist/js/highlight.js/styles/an-old-hope.min.css (+0 -9)
public/dist/js/highlight.js/styles/androidstudio.min.css (+0 -1)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/907 **Author:** [@codexu](https://github.com/codexu) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/25/2026 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `tiptap` --- ### 📝 Commits (10+) - [`c6ffacf`](https://github.com/codexu/note-gen/commit/c6ffacfe93999675f62b025289b991cf5555f976) feat: 使用 tiptap 替换 vditor - [`e294709`](https://github.com/codexu/note-gen/commit/e294709822ea504854485932b5b799e29cd3beb2) feat: table - [`c0098e3`](https://github.com/codexu/note-gen/commit/c0098e32505a66f97a0f72ed06e408f7eb937c2f) feat: 基础功能开发 - [`b5dee71`](https://github.com/codexu/note-gen/commit/b5dee7110262bcb166812740941326c94a94f894) feat: 增加标签页功能 - [`6a6894e`](https://github.com/codexu/note-gen/commit/6a6894eb36c726670956ab4859c01534aeaeb08f) feat: tabbar - [`ea3ba46`](https://github.com/codexu/note-gen/commit/ea3ba4621f07e57a7e973078d12cdacd0ed1f069) feat: 重命名文件 - [`890806b`](https://github.com/codexu/note-gen/commit/890806b04f4b5f29cb12fcb201f1957ff4803f94) refactor: 移除拖拽 - [`68f7402`](https://github.com/codexu/note-gen/commit/68f7402607a4b9f901a88f492054f8b81abea103) feat: 底部工具栏 - [`99359d8`](https://github.com/codexu/note-gen/commit/99359d87c0f7efd9091e6ff69bfe3e04d933a46c) fix: 无法打开模型选择 - [`3618df2`](https://github.com/codexu/note-gen/commit/3618df2c7fbce8a1a25f2afbd9f4c52a421272b3) pref: 避免多次重新渲染组件 ### 📊 Changes **528 files changed** (+16651 additions, -28284 deletions) <details> <summary>View changed files</summary> 📝 `messages/en.json` (+243 -8) 📝 `messages/ja.json` (+243 -8) 📝 `messages/pt-BR.json` (+240 -9) 📝 `messages/zh-TW.json` (+243 -8) 📝 `messages/zh.json` (+241 -7) 📝 `next.config.ts` (+11 -1) 📝 `package.json` (+36 -1) 📝 `pnpm-lock.yaml` (+1457 -14) ➖ `public/dist/js/abcjs/abcjs_basic.min.js` (+0 -3) ➖ `public/dist/js/echarts/echarts.min.js` (+0 -45) ➖ `public/dist/js/flowchart.js/flowchart.min.js` (+0 -8) ➖ `public/dist/js/graphviz/full.render.js` (+0 -90) ➖ `public/dist/js/graphviz/viz.js` (+0 -333) ➖ `public/dist/js/highlight.js/LICENSE` (+0 -29) ➖ `public/dist/js/highlight.js/highlight.min.js` (+0 -3835) ➖ `public/dist/js/highlight.js/styles/a11y-dark.min.css` (+0 -7) ➖ `public/dist/js/highlight.js/styles/a11y-light.min.css` (+0 -7) ➖ `public/dist/js/highlight.js/styles/agate.min.css` (+0 -20) ➖ `public/dist/js/highlight.js/styles/an-old-hope.min.css` (+0 -9) ➖ `public/dist/js/highlight.js/styles/androidstudio.min.css` (+0 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#808
No description provided.