57 Commits

Author SHA1 Message Date
Daniel 25e4a64901 Improve database view performance https://github.com/siyuan-note/siyuan/issues/17830
Signed-off-by: Daniel <845765@qq.com>
2026-06-07 23:16:17 +08:00
Daniel dfb331e589 🎨 Clear all cached data when open the user guide
Signed-off-by: Daniel <845765@qq.com>
2026-05-12 00:14:15 +08:00
Daniel 58da3744e1 🎨 Improve text
Signed-off-by: Daniel <845765@qq.com>
2026-05-10 19:59:40 +08:00
Daniel 464b72b24d 🎨 Treat the renaming of tags, bookmarks and assets as a data history Replace operation https://github.com/siyuan-note/siyuan/issues/17407#issuecomment-4283539036
Signed-off-by: Daniel <845765@qq.com>
2026-04-21 08:52:22 +08:00
Jeffrey Chen 4065982c9a ♻️ Replace errors.New(fmt.Sprintf) with fmt.Errorf (#17414) 2026-04-05 16:50:20 +08:00
Daniel edb3e6ff6c 🎨 https://github.com/siyuan-note/siyuan/issues/17261
Signed-off-by: Daniel <845765@qq.com>
2026-03-20 20:46:22 +08:00
Daniel 6b073623c7 🎨 Clean code
Signed-off-by: Daniel <845765@qq.com>
2026-03-17 20:15:57 +08:00
Jeffrey Chen 4b0b075184 Improve closing user guide notebook (#17189)
* 🎨 Improve closing user guide notebook https://github.com/siyuan-note/siyuan/issues/17182

* 🎨 Improve closing user guide notebook https://github.com/siyuan-note/siyuan/pull/17189#issuecomment-4045377189

* 🎨 Improve closing user guide notebook

* 🎨 Improve closing user guide notebook https://github.com/siyuan-note/siyuan/pull/17189#issuecomment-4062459992
2026-03-15 19:51:20 +08:00
Jeffrey Chen 90f0872b54 🎨 The database JSON file in the User Guide is ignored during synchronization and deleted when exiting the application (#17181) 2026-03-11 18:50:30 +08:00
Daniel bd82eefbf3 🎨 Fix https://github.com/siyuan-note/siyuan/issues/16660
Signed-off-by: Daniel <845765@qq.com>
2025-12-22 10:29:52 +08:00
Daniel 0ad7c4cf23 🎨 Improve open the user guide https://github.com/siyuan-note/siyuan/issues/15792 2025-09-07 09:35:48 +08:00
Daniel 6c1156afc8 🎨 Improve document tree custom sorting stability when creating a notebook or doc https://github.com/siyuan-note/siyuan/issues/15716 2025-08-29 16:20:53 +08:00
Daniel 7446599c0f 🎨 Remove Unicode PUA characters https://github.com/siyuan-note/siyuan/issues/13291 2024-11-27 20:15:37 +08:00
Daniel 8dd0629b9c ♻️ Improve transaction flush 2024-10-22 19:21:04 +08:00
Daniel 09eec52a02 ♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393 2024-09-05 18:07:04 +08:00
Daniel ffe737f55c ♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393 2024-09-05 17:07:13 +08:00
Oleksandr Redko b100721fee ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
Daniel 7a3d4a05ad ♻️ Refactor the blocktree storage https://github.com/siyuan-note/siyuan/issues/11773 2024-06-20 23:59:27 +08:00
Daniel 7b4d297ade 🎨 The User Guide is no longer opened repeatedly when multiple windows exist https://github.com/siyuan-note/siyuan/issues/11588 2024-05-31 10:47:24 +08:00
mpcjazz e8053d1b1f 🌐 Added Japanese user guide (#11591) 2024-05-31 10:05:57 +08:00
Daniel bdff61d915 🎨 Logging 2024-04-15 09:10:03 +08:00
Daniel c18b79d374 🎨 Improve open/remove notebook 2024-03-29 20:57:56 +08:00
Daniel 6d833429c9 🎨 Title localization when creating a document https://github.com/siyuan-note/siyuan/issues/10719 2024-03-24 22:15:53 +08:00
Daniel 2a8809bc7e 🎨 Title localization when creating a document https://github.com/siyuan-note/siyuan/issues/10719 2024-03-24 22:15:37 +08:00
Daniel 9d2a9c0da2 📝 Add user guide chapter Database https://github.com/siyuan-note/siyuan/issues/10340 2024-02-08 17:14:51 +08:00
Daniel 4b19979c60 📝 Add user guide chapter Database https://github.com/siyuan-note/siyuan/issues/10340 2024-02-08 17:11:20 +08:00
Daniel d8fb5f896e 🎨 Improve kernel stability https://github.com/siyuan-note/siyuan/issues/9912 2023-12-19 20:03:13 +08:00
Daniel 70c56c8e25 🐛 Notebook data may be corrupted during data synchronization https://github.com/siyuan-note/siyuan/issues/9594 2023-11-06 22:44:06 +08:00
Daniel 682415ae80 🎨 Subdocuments created by the database are not displayed in the doc tree https://github.com/siyuan-note/siyuan/issues/9091 2023-09-05 16:42:38 +08:00
Daniel b9c35fd0f5 🎨 Update slogan Refactor your thinking https://github.com/siyuan-note/siyuan/issues/8608 2023-06-24 20:39:55 +08:00
OpaqueGlass 6b62a69299 Improve API listDocsByPath param sort (#8156)
* `listDocsByPath` API `sort` param
backend

* `listDocsByPath` API `sort` param
frontend

* `listDocsByPath` API `sort` param
2023-05-02 23:22:40 +08:00
Liang Ding 6d7d8a8eff 🎨 Reduce holding time of open user guide tip 2023-04-14 20:02:24 +08:00
Liang Ding 35c954d34c 🎨 Reduce holding time of open user guide tip 2023-04-14 20:02:07 +08:00
Liang Ding ee3138be64 🎨 API listDocsByPath add an optional parameter maxListCount Fix https://github.com/siyuan-note/siyuan/issues/7993 2023-04-14 12:00:11 +08:00
Liang Ding 66bd5e91a5 🎨 Spaced repetition interface supports review by document selection https://github.com/siyuan-note/siyuan/issues/7954 2023-04-13 19:07:35 +08:00
Liang Ding 0b7598df3b 🎨 更新版本后自动打开用户指南 Fix https://github.com/siyuan-note/siyuan/issues/7469 2023-02-24 12:49:49 +08:00
Liang Ding e214543c86 🎨 改进内核任务调度机制提升稳定性 https://github.com/siyuan-note/siyuan/issues/7113 2023-01-26 13:52:22 +08:00
Liang Ding 801bc69820 🎨 重建索引改为后台任务 https://github.com/siyuan-note/siyuan/issues/7153 2023-01-24 13:21:45 +08:00
Liang Ding 72093f7e2e 🎨 改进内核任务调度机制提升稳定性 https://github.com/siyuan-note/siyuan/issues/7113 2023-01-23 18:30:52 +08:00
Liang Ding a83a08bdb5 🎨 改进内核任务调度机制提升稳定性 https://github.com/siyuan-note/siyuan/issues/7113 2023-01-23 12:48:23 +08:00
Liang Ding 0f82fb3fce 🎨 重构关闭笔记本 2023-01-15 14:00:01 +08:00
Liang Ding 95bb18afe1 🎨 localStorage 支持在多界面实例间同步 https://github.com/siyuan-note/siyuan/issues/6965 2023-01-01 14:11:17 +08:00
Liang Ding 40bbc6cc98 🎨 避免启动时重复全量重建索引 Fix https://github.com/siyuan-note/siyuan/issues/6950 2022-12-30 01:07:07 +08:00
Liang Ding 569cd2814a 🎨 限制笔记本名和文档名最大长度为 512 https://github.com/siyuan-note/siyuan/issues/6299 2022-10-22 17:09:59 +08:00
Liang Ding 69a9713776 :file: 移除文件锁 https://github.com/siyuan-note/siyuan/issues/6010 2022-09-29 22:25:40 +08:00
Liang Ding 11e4c88f5a 🎨 细化云端同步锁提升稳定性 https://github.com/siyuan-note/siyuan/issues/5887 2022-09-18 09:14:34 +08:00
Liang Ding 9ab7030a81 🎨 细化云端同步锁提升稳定性 https://github.com/siyuan-note/siyuan/issues/5887 2022-09-17 22:56:22 +08:00
Liang Ding 90f45a420e 🎨 细化云端同步锁提升稳定性 https://github.com/siyuan-note/siyuan/issues/5887 2022-09-17 22:56:22 +08:00
Liang Ding 74bdfd82f9 🎨 延长帮助文档打开后的警告 2022-08-30 17:05:46 +08:00
Liang Ding 8b137e0d6d 🎨 数据历史文档和资源文件支持分页和搜索 https://github.com/siyuan-note/siyuan/issues/4901 2022-08-23 11:30:51 +08:00