Commit graph

3518 commits

Author SHA1 Message Date
Vanessa
dff19ad095 ♻️ https://github.com/siyuan-note/siyuan/pull/14008 2025-02-07 11:18:32 +08:00
Vanessa
e9df16cfd7 🚨 2025-02-07 10:55:32 +08:00
Vanessa
1b3173d6f4 🎨 https://github.com/siyuan-note/siyuan/pull/13980 2025-02-06 13:11:14 +08:00
Jeffrey Chen
0ba7a47472
fix: 选中块之后无法通过快捷键复制块引用 (#13980)
* fix: 选中块之后无法通过快捷键复制块引用

fix https://github.com/siyuan-note/siyuan/issues/13956

- 如果焦点不在编辑器内,按快捷键后无法访问startContainer,会报错
- 优先获取选中块的块引用,其次获取选中文本的块引用

* fix: 移除多余的条件判断,选中块按下快捷键后块高亮不应该移动

fix https://github.com/siyuan-note/siyuan/issues/8918
2025-02-06 10:27:39 +08:00
Jeffrey Chen
afd060d5b3
fix: 滚动文档时隐藏 tooltip (#14018) 2025-02-05 17:26:32 +08:00
Vanessa
c06f740c1c 🎨 https://github.com/siyuan-note/siyuan/pull/14010 2025-02-05 17:08:35 +08:00
Jeffrey Chen
2863eec46c
fix: 鼠标框选块或单元格时不应选中其中的文本 (#14010)
* fix: 鼠标框选块或单元格时不应选中其中的文本

fix https://github.com/siyuan-note/siyuan/issues/12120

* refactor: 表格选择单元格不灵活

fix https://github.com/siyuan-note/siyuan/issues/11388
2025-02-05 11:37:08 +08:00
Vanessa
dc7ccce10a 🎨 https://github.com/siyuan-note/siyuan/pull/14008 2025-02-05 10:21:23 +08:00
Vanessa
9945bb3c75 🎨 https://github.com/siyuan-note/siyuan/pull/14008 2025-02-04 21:55:49 +08:00
Vanessa
dd42ff42c7 🎨 https://github.com/siyuan-note/siyuan/pull/13978 2025-02-04 17:42:51 +08:00
Jeffrey Chen
aa43b29a4f
fix: Alt 点击列表项块标之后,折叠块标的方向需要根据列表项的折叠状态变化 (#13978)
fix https://github.com/siyuan-note/siyuan/issues/13955
2025-02-04 17:16:41 +08:00
Vanessa
3f0ec1630a 🎨 https://github.com/siyuan-note/siyuan/pull/13975 2025-02-04 17:10:58 +08:00
Jeffrey Chen
95f1c08e96
fix: 选中文本或块时,禁止添加空块 (#13975)
fix https://github.com/siyuan-note/siyuan/issues/13905
2025-02-04 16:59:34 +08:00
Vanessa
eded9cd936 🎨 https://github.com/siyuan-note/siyuan/issues/13253 2025-02-04 16:41:43 +08:00
Jeffrey Chen
2ab5e5e709
style: 浮窗或反链的加载按钮旋转90度 (#14007) 2025-02-03 19:25:36 +08:00
Vanessa
6d826828a1 🚨 2025-02-03 17:40:37 +08:00
Jeffrey Chen
8018d54f8a
fix: 动态加载时编辑器抖动 (#13983)
fix https://github.com/siyuan-note/siyuan/issues/13913

fix https://github.com/siyuan-note/siyuan/issues/10362

fix https://github.com/siyuan-note/siyuan/issues/6361
2025-02-03 17:36:07 +08:00
Jeffrey Chen
586908b316
feat: 拖拽列表项时高亮块 (#13974) 2025-02-03 17:31:32 +08:00
Jeffrey Chen
7f9d00fbf1
fix: 在行级标签上选择文本时不打开搜索 (#13976)
fix https://github.com/siyuan-note/siyuan/issues/13862
2025-02-03 17:27:06 +08:00
Vanessa
f43a10dc27 🎨 https://github.com/siyuan-note/siyuan/pull/14006 2025-02-03 17:23:01 +08:00
Jeffrey Chen
4cf03e9f8a
fix: 鼠标在 .protyle-scroll 上无法滚动文档 (#14006)
* fix: 鼠标在 .protyle-scroll 上无法滚动文档

* fix: 鼠标在 .protyle-scroll 上无法滚动文档
2025-02-03 17:19:12 +08:00
Vanessa
301177a1db 🎨 https://github.com/siyuan-note/siyuan/pull/13995 2025-02-03 12:18:37 +08:00
Jeffrey Chen
a73af6bcd1
fix: 在块标上滚动时控制台警告 (#13995)
fix https://github.com/siyuan-note/siyuan/issues/13511
2025-02-03 12:10:25 +08:00
Vanessa
6075de1fbf 🎨 https://github.com/siyuan-note/siyuan/pull/14000 2025-02-03 11:56:14 +08:00
Jeffrey Chen
d406c1cbb3
fix: 改进斜杠菜单的元素高度 (#14000)
* fix: 改进斜杠菜单的元素高度

fix https://github.com/siyuan-note/siyuan/issues/13912

* fix: 改进斜杠菜单的元素高度

fix https://github.com/siyuan-note/siyuan/issues/13912
2025-02-03 11:34:43 +08:00
Vanessa
60c47a5e5d 🎨 https://github.com/siyuan-note/siyuan/pull/14002 2025-02-03 11:19:37 +08:00
Jeffrey Chen
3a5a3b4550
fix: Remove ZWSP when copying inline elements (#14002)
fix https://github.com/siyuan-note/siyuan/issues/13882
2025-02-03 11:13:48 +08:00
Vanessa
f3f1b0beac 🎨 https://github.com/siyuan-note/siyuan/pull/13979 2025-02-03 11:11:13 +08:00
Jeffrey Chen
c3665aef8f
fix: 移除浮窗和反链中多余的 .protyle-top 元素 (#13979)
fix https://github.com/siyuan-note/siyuan/issues/13873
2025-02-03 11:04:42 +08:00
Vanessa
b413b66e7f 🎨 https://github.com/siyuan-note/siyuan/pull/13981 2025-02-02 17:26:33 +08:00
Jeffrey Chen
f0e3ba42bb
fix: 拖拽块的时候错误地高亮了对应的嵌入块内容 (#13981)
fix https://github.com/siyuan-note/siyuan/issues/13948
2025-02-02 17:21:40 +08:00
Jeffrey Chen
923b8c7e37
fix: 改进在反链面板中全选 (#13985)
* fix: 改进在反链面板中全选

fix https://github.com/siyuan-note/siyuan/issues/13874

* fix: 改进在反链面板中全选

fix https://github.com/siyuan-note/siyuan/issues/13874
2025-02-01 20:33:10 +08:00
Vanessa
9f9f9bdea2 🎨 https://github.com/siyuan-note/siyuan/issues/13946 2025-02-01 20:18:17 +08:00
Vanessa
37d82649aa 🎨 https://github.com/siyuan-note/siyuan/issues/13949 2025-01-30 21:28:08 +08:00
Vanessa
4d92d63ba1 🎨 https://github.com/siyuan-note/siyuan/issues/13968 2025-01-30 15:02:48 +08:00
Vanessa
e0669b83a2 🎨 2025-01-30 14:19:35 +08:00
Vanessa
46e7b0d82b 🎨 https://github.com/siyuan-note/siyuan/pull/13821 2025-01-29 23:43:58 +08:00
Jeffrey Chen
c93dc582a5
Improve the ghosting of list items fix https://github.com/siyuan-note/siyuan/issues/11920 (#13821)
* style: 去除 ghost 元素的高亮

* fix(drag): 改进列表项拖影

* fix(drag): 改进列表项拖影

* clean code
2025-01-29 23:25:43 +08:00
Vanessa
2ea36de32c 🎨 https://github.com/siyuan-note/siyuan/pull/13927 2025-01-29 21:40:58 +08:00
Davide Garberi
1415aa1d8f
app: Emit bus paste event for pasteText as well (#13927)
* This allows having the emit function working properly on mobile
   as well, which means being able to trigger plugins that use this.
2025-01-29 21:31:02 +08:00
Vanessa
bf78cf03b6 🎨 https://github.com/siyuan-note/siyuan/issues/12175 2025-01-26 11:54:00 +08:00
Vanessa
a368d6fc4b 🎨 https://github.com/siyuan-note/siyuan/issues/13945 2025-01-26 11:00:10 +08:00
Vanessa
8d9cc439db Merge remote-tracking branch 'origin/dev' into dev 2025-01-18 00:12:55 +08:00
Vanessa
e982d4c1d9 🎨 https://github.com/siyuan-note/siyuan/issues/13846 2025-01-18 00:12:41 +08:00
Daniel
51d3c737fb
🎨 Improve code block parsing https://github.com/siyuan-note/siyuan/issues/13831 2025-01-17 23:31:58 +08:00
Vanessa
c3342935d6 🎨 https://github.com/siyuan-note/siyuan/issues/13843 2025-01-17 17:59:14 +08:00
Daniel
6f98849e9c
🎨 PNPM Lint 2025-01-16 10:00:30 +08:00
Vanessa
2b22ff9aa6 🎨 https://github.com/siyuan-note/siyuan/issues/13793 2025-01-15 11:42:08 +08:00
Vanessa
c70bf3571f 🎨 https://github.com/siyuan-note/siyuan/issues/13677 2025-01-15 10:58:22 +08:00
Vanessa
db60169f1d 🎨 https://github.com/siyuan-note/siyuan/issues/13801 2025-01-14 23:36:59 +08:00