File tree Expand file tree Collapse file tree 3 files changed +70
-51
lines changed Expand file tree Collapse file tree 3 files changed +70
-51
lines changed Original file line number Diff line number Diff line change 1+ # 更新日志
2+
3+ [ 原仓库] ( https://github.com/mdzz2048/siyuan-plugin-hsr ) 作者暂停维护插件,所以我 fork 了一份稍作修改。
4+
5+ 变化:
6+
7+ - 提高浮窗显示层级,不被其他主题或插件覆盖
8+ - 高亮文本滚动到页面中央,以兼容数据库文本高亮
9+ - 搜索结果索引计数可以循环
10+ - 文本框在 0.4 秒内无编辑则自动搜索
11+ - 只搜索在文档区域内的文本,不包含界面和文档标题
12+
13+ ## 更新
14+
15+ ##### 2024-03-27
16+
17+ - 调整元素样式、优化交互,体验更接近浏览器
18+ - 每次点击箭头时重新搜索 [ #1 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/1 )
19+ - 不再搜索到其他打开过的页签中的内容 [ #3 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/3 )
20+ - 点击顶栏按钮或使用快捷键时不重复创建元素 [ #5 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/5 )
21+ - 在输入框内,按下 ` Enter ` 跳转下一项,按下 ` Shift+Enter ` 跳转上一项 [ #6 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/6 )
22+
23+ ##### 2024-03-31
24+
25+ - 优化元素样式,提升使用体验
26+ - 在文本框内按下 Esc 即可关闭
27+ - 如果没有搜索结果,搜索结果和索引计数都清零
28+
29+ ##### 2024-04-08
30+
31+ - 更改插件名称
32+ - 更新插件预览图
33+ - 优化部分描述
34+
35+ ##### 2024-04-17
36+
37+ - 改进暗黑模式下的颜色
38+ - 支持带文本样式和超链接的搜索 [ #11 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/pull/11 )
39+ - 如果搜索框已弹出,再次点击顶栏按钮或快捷键时,会重新将焦点移动到当前聚焦的页签中的搜索框并全选内容 [ #9 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/9 )
40+
41+ ##### 2024-04-18
42+
43+ - 分屏时在当前聚焦页签打开搜索框,支持在不同的页签中单独搜索 [ #14 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/pull/14 )
44+ - 代码块内无语法高亮的文本在搜索时可以移动到界面中央了 [ #14 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/pull/14 )
45+
46+ ##### 2024-08-10
47+
48+ - 更换了顶栏按钮的图标,不再复用「标记」图标
49+
50+ ##### 2025-07-01
51+
52+ - 支持在浏览器、桌面端新窗口、移动端中使用插件 [ #23 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/23 )
53+
54+ ##### 2025-07-12
55+
56+ - 桌面端拖拽搜索结果数量文本可以移动搜索组件位置 [ #16 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/16 )
57+ - 解决搜索结果为空时点击按钮报错
58+ - 编辑文档后刷新高亮 [ #24 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/24 )
59+ - 支持选中文本搜索 [ #20 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/20 )
60+ - 支持在浮窗中搜索 [ #27 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/27 )
Original file line number Diff line number Diff line change 33# 思源笔记 文档高亮搜索 插件
44
55> 注意:如果更新后无法打开搜索框,请重启一次思源笔记
6- >
7- > 具体更新内容见页面最后
86
97#### 如何使用
108
1412
1513只搜索当前页签内的文本,不包含界面和文档标题。
1614
17- #### 其他信息
15+ #### 近期更新
1816
19- [ 原仓库] ( https://github.com/mdzz2048/siyuan-plugin-hsr ) 作者暂停维护插件,所以我 fork 了一份稍作修改。但仍有部分问题,欢迎 PR。
20-
21- 变化:
22-
23- - 提高浮窗显示层级,不被其他主题或插件覆盖
24- - 高亮文本滚动到页面中央,以兼容数据库文本高亮
25- - 搜索结果索引计数可以循环
26- - 文本框在 0.4 秒内无编辑则自动搜索
27- - 只搜索在文档区域内的文本,不包含界面和文档标题
28-
29- #### 更新
30-
31- ##### 2024-03-27
32-
33- - 调整元素样式、优化交互,体验更接近浏览器
34- - 每次点击箭头时重新搜索 [ #1 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/1 )
35- - 不再搜索到其他打开过的页签中的内容 [ #3 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/3 )
36- - 点击顶栏按钮或使用快捷键时不重复创建元素 [ #5 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/5 )
37- - 在输入框内,按下 ` Enter ` 跳转下一项,按下 ` Shift+Enter ` 跳转上一项 [ #6 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/6 )
38-
39- ##### 2024-03-31
40-
41- - 优化元素样式,提升使用体验
42- - 在文本框内按下 Esc 即可关闭
43- - 如果没有搜索结果,搜索结果和索引计数都清零
44-
45- ##### 2024-04-08
46-
47- - 更改插件名称
48- - 更新插件预览图
49- - 优化部分描述
50-
51- ##### 2024-04-17
52-
53- - 改进暗黑模式下的颜色
54- - 支持带文本样式和超链接的搜索 [ #11 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/pull/11 )
55- - 如果搜索框已弹出,再次点击顶栏按钮或快捷键时,会重新将焦点移动到当前聚焦的页签中的搜索框并全选内容 [ #9 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/9 )
56-
57- ##### 2024-04-18
58-
59- - 分屏时在当前聚焦页签打开搜索框,支持在不同的页签中单独搜索 [ #14 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/pull/14 )
60- - 代码块内无语法高亮的文本在搜索时可以移动到界面中央了 [ #14 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/pull/14 )
61-
62- ##### 2024-08-10
17+ ##### 2025-07-01
6318
64- - 更换了顶栏按钮的图标,不再复用「标记」图标
19+ - 支持在浏览器、桌面端新窗口、移动端中使用插件 [ # 23 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/23 )
6520
66- ##### 2025-07-01
21+ ##### 2025-07-12
6722
68- - 支持在浏览器、桌面端新窗口、移动端中使用插件
23+ - 桌面端拖拽搜索结果数量文本可以移动搜索组件位置 [ #16 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/16 )
24+ - 解决搜索结果为空时点击按钮报错
25+ - 编辑文档后刷新高亮 [ #24 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/24 )
26+ - 支持选中文本搜索 [ #20 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/20 )
27+ - 支持在浮窗中搜索 [ #27 ] ( https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork/issues/27 )
Original file line number Diff line number Diff line change 22 "name" : " siyuan-plugin-hsr-mdzz2048-fork" ,
33 "author" : " TCOTC" ,
44 "url" : " https://github.com/TCOTC/siyuan-plugin-hsr-mdzz2048-fork" ,
5- "version" : " 0.7 .0" ,
5+ "version" : " 0.8 .0" ,
66 "minAppVersion" : " 2.9.8" ,
77 "backends" : [
88 " windows" ,
You can’t perform that action at this time.
0 commit comments