Vanessa
305c247069
🎨 https://github.com/siyuan-note/siyuan/issues/16879
2026-01-29 23:05:22 +08:00
Vanessa
3be88c7b9f
🎨 https://github.com/siyuan-note/siyuan/issues/16879
2026-01-28 19:15:18 +08:00
Jeffrey Chen
b0f71123a3
Improve recent documents handling ( #16727 )
...
* merge
* Update RecentDoc struct to make timestamp fields optional
* GetDoc is solely responsible for retrieving document content and does not handle business logic
* Remove RemoveRecentDoc function and its calls from multiple files to streamline document handling
* Ensure the API correctly returns an empty array, add deduplication logic, and remove redundant sorting steps when updating fields
* 🎨 Supports configuring the maximum number of `Recent documents` to be listed https://github.com/siyuan-note/siyuan/issues/16720
* merge
* 🎨 Supports configuring the maximum number of `Recent documents` to be listed https://github.com/siyuan-note/siyuan/issues/16720
* 🐛 Fix browsing time not sorted
* 🎨 Supports configuring the maximum number of `Recent documents` to be listed https://github.com/siyuan-note/siyuan/issues/16720
* merge
* remove async
* try catch
2026-01-21 08:52:05 +08:00
Jeffrey Chen
2d1618e639
🎨 Element attribute names are uniformly lowercase English letters https://github.com/siyuan-note/siyuan/issues/16604 ( #16657 )
...
部分属性名大写字母改为小写
兼容旧版带大写字母的属性名
更新用户指南说明
优化性能
统一前后端验证属性名的逻辑
改进验证属性名格式报错信息
2025-12-22 09:43:12 +08:00
Vanessa
599c90e0a8
🎨 https://github.com/siyuan-note/siyuan/issues/16051
2025-12-10 17:54:59 +08:00
Vanessa
4de05be87d
🎨 https://github.com/siyuan-note/siyuan/issues/16471
2025-11-30 20:24:18 +08:00
Vanessa
f222147848
🎨 https://github.com/siyuan-note/siyuan/issues/16471
2025-11-30 20:20:26 +08:00
Vanessa
f9cc8e4065
🎨 https://github.com/siyuan-note/siyuan/issues/16471
2025-11-30 11:40:54 +08:00
Vanessa
ef03fd4cb3
🎨 https://github.com/siyuan-note/siyuan/pull/16290
2025-11-09 15:50:22 +08:00
Jeffrey Chen
8d6c422af0
Fix SQL search results centering ( #16290 )
...
* 🎨 Refactor `highlightById` and `scrollCenter` functions to support position options
* 🎨 Fix SQL search results centering
fix https://github.com/siyuan-note/siyuan/issues/16279
2025-11-09 10:46:35 +08:00
Vanessa
e2815eb377
♻️ https://github.com/siyuan-note/siyuan/pull/15824
2025-10-24 17:31:19 +08:00
Vanessa
5ec6b314a9
🎨 https://github.com/siyuan-note/siyuan/pull/15824
2025-10-24 13:08:00 +08:00
Vanessa
fdef7398ed
🎨 https://github.com/siyuan-note/siyuan/issues/11205
2025-10-24 12:51:21 +08:00
Vanessa
ec6e7a019e
🎨 https://github.com/siyuan-note/siyuan/issues/11205 & https://github.com/siyuan-note/siyuan/pull/15824
2025-10-24 11:34:06 +08:00
Achuan-2
d9e0c56a47
Improve Recent documents ( #15824 )
...
* ✨ Improve Recent documents
基于文档最近浏览时间进行排序
* ✨ 支持显示最近关闭文档
* ✨ 支持显示最近关闭文档
* ✨ 支持显示最近关闭文档
* ✨ 支持显示最近关闭文档
* ✨ 支持显示最近关闭文档
* ✨ 支持显示最近关闭文档
* ✨ 支持Ctrl+Shift+T打开最近关闭的文档
* 🎨 clean code
* 🔥 移除表格插入行/列的默认快捷键
* ✨ 最近文档支持显示最近修改文档
* 🎨
* ✨ 最近文档支持查看最近打开
* 🎨
* ⏪
* Update win-build.bat
2025-10-24 11:12:14 +08:00
Jeffrey Chen
8725e5daa8
🎨 Improve #commonMenu menu ( #16141 )
...
* 改进菜单的 data-name 属性值和选项的 data-id 属性值
fix https://github.com/siyuan-note/siyuan/issues/12506 https://github.com/siyuan-note/siyuan/issues/16133
* 改进菜单的 data-name 属性值和选项的 data-id 属性值
fix https://github.com/siyuan-note/siyuan/issues/12506 https://github.com/siyuan-note/siyuan/issues/16133
* 更新数据库排序菜单文案
* 改进菜单的 data-name 属性值和选项的 data-id 属性值
fix https://github.com/siyuan-note/siyuan/issues/12506 https://github.com/siyuan-note/siyuan/issues/16133
使用正则 (?:get|set)Attribute\("data-name"|new Menu\((?:"|Constants) 来搜索
* 改进菜单的 data-name 属性值和选项的 data-subname 属性值
fix https://github.com/siyuan-note/siyuan/issues/12506 https://github.com/siyuan-note/siyuan/issues/15075
* 改进菜单的 data-name 属性值和选项的 data-subname 属性值
fix https://github.com/siyuan-note/siyuan/issues/12506 https://github.com/siyuan-note/siyuan/issues/15075
2025-10-18 10:41:11 +08:00
Vanessa
508eb93183
♻️ https://github.com/siyuan-note/siyuan/pull/15347
2025-07-23 13:08:38 +08:00
Jeffrey Chen
c88f99646c
Replace the deprecated isSameNode method in DOM Level 4 with the === operator ( #15347 )
2025-07-23 12:21:59 +08:00
Vanessa
a05faf6fc1
🎨 https://github.com/siyuan-note/siyuan/issues/14634
2025-04-18 11:19:49 +08:00
Vanessa
d173240e8b
🎨 https://github.com/siyuan-note/siyuan/issues/14568
2025-04-15 11:33:05 +08:00
Vanessa
7e6fb4edee
🎨 https://github.com/siyuan-note/siyuan/issues/14522
2025-04-07 11:03:15 +08:00
Vanessa
4724624ef9
🎨 https://github.com/siyuan-note/siyuan/issues/14504
2025-04-04 19:22:58 +08:00
Vanessa
b222fdfac3
🎨 https://github.com/siyuan-note/siyuan/issues/13878
2025-04-01 15:00:09 +08:00
Vanessa
378b552069
🎨 https://github.com/siyuan-note/siyuan/issues/14475
2025-03-31 16:15:44 +08:00
Vanessa
1eaec1d180
🎨 https://github.com/siyuan-note/siyuan/issues/13878
2025-03-30 17:50:33 +08:00
Vanessa
5a69b30883
🎨 https://github.com/siyuan-note/siyuan/issues/14442
2025-03-25 22:48:49 +08:00
Vanessa
8c536058c0
🚨
2025-02-24 11:28:04 +08:00
Vanessa
b508170638
🚨
2025-01-16 22:29:27 +08:00
Vanessa
e260b462a2
🎨 https://github.com/siyuan-note/siyuan/issues/13753
2025-01-16 21:30:28 +08:00
Vanessa
cb6050887a
♻️ https://github.com/siyuan-note/siyuan/pull/13549
2025-01-09 00:41:17 +08:00
Jeffrey Chen
4c011d5ee9
🎨 改进页签拖拽高亮 ( #13549 )
...
* 🎨 改进页签拖拽高亮
* 🎨 改进页签拖拽高亮
* 🎨 改进页签拖拽高亮
2025-01-08 10:42:51 +08:00
Vanessa
4680e709f4
🚨
2025-01-05 09:37:30 +08:00
Vanessa
eda34f2c7e
🎨 https://github.com/siyuan-note/siyuan/issues/13548
2025-01-02 22:55:18 +08:00
Vanessa
e6af606109
🎨 https://github.com/siyuan-note/siyuan/issues/13548
2025-01-02 17:58:18 +08:00
Vanessa
7e71b8c921
🎨 https://github.com/siyuan-note/siyuan/issues/13548
2025-01-01 23:52:13 +08:00
Vanessa
6c75197dbc
🚨
2024-12-30 10:17:32 +08:00
Vanessa
896a19ae4f
🎨 https://github.com/siyuan-note/siyuan/issues/13548
2024-12-27 00:00:03 +08:00
Vanessa
97c8b18f02
🎨 https://github.com/siyuan-note/siyuan/issues/13548
2024-12-26 23:45:29 +08:00
Vanessa
353cf08fd9
🎨 https://github.com/siyuan-note/siyuan/issues/13551
2024-12-25 19:38:21 +08:00
Vanessa
97b0faa0b9
🎨 https://github.com/siyuan-note/siyuan/issues/13548
2024-12-25 11:01:21 +08:00
Daniel
61623d3980
🎨 Clean code
2024-12-10 09:20:16 +08:00
Vanessa
51501ed4a0
🎨 https://github.com/siyuan-note/siyuan/pull/13395
2024-12-10 09:13:21 +08:00
Menghuan
6d66c807d0
解决Linux中使用中键关闭标签页时会触发粘贴的问题( #13309 ) ( #13395 )
...
* 🐛 Fix Linux key paste issue in tab
* Better way to fix Linux key paste issue in tab
* Only work on linux
* Fix Linux key paste issue in tab
2024-12-10 08:53:28 +08:00
Vanessa
44491e4442
🎨 https://github.com/siyuan-note/siyuan/issues/13390
2024-12-09 11:23:46 +08:00
Vanessa
0049c49158
🎨 https://github.com/siyuan-note/siyuan/issues/13127
2024-11-22 00:21:02 +08:00
Vanessa
65d8be2ead
🎨 https://github.com/siyuan-note/siyuan/issues/11939
2024-11-02 13:18:28 +08:00
Vanessa
b0229e6c7a
🎨 https://github.com/siyuan-note/siyuan/issues/12721
2024-10-25 16:58:06 +08:00
Vanessa
d1851255af
🚨
2024-10-17 22:14:12 +08:00
Vanessa
841f21e8f3
🎨 https://github.com/siyuan-note/siyuan/issues/11916
2024-10-16 23:25:33 +08:00
Vanessa
e99c6a1600
🎨 https://github.com/siyuan-note/siyuan/issues/12259
2024-10-16 22:18:16 +08:00