Thresh

Results 23 issues of Thresh

突然想修改这个,统一搜索效果。但是突然发现居然**没有这个参数支持** ![image|200](https://github.com/brookhong/Surfingkeys/assets/8872546/8e6b65d7-5a39-44e8-aba5-aad364ce7910) 而且挺有意思的是,**我将百度和bing的搜索触发快捷键做了替换** ```js api.removeSearchAlias('d'); api.removeSearchAlias('b'); api.removeSearchAlias('s'); api.removeSearchAlias('y'); api.removeSearchAlias('w'); api.addSearchAlias('w', 'baidu', 'https://www.baidu.com/s?wd=', 's', 'https://suggestion.baidu.com/su?cb=&wd=', function (response) { var res = response.text.match(/,s:\[("[^\]]+")]}/); return res ? res[1].replace(/"/g, '').split(",") : []; }); api.addSearchAlias('b',...

**Describe the bug** obsidian intermittently feigned death, but you can move the window, can't you enter or manipulate anything else, check through the console, and find that it's Clean Cache,...

Could you consider changing the highlighted colors to a more pronounced color scheme or changing with the theme? The current color is very dull and barely noticeable under the black...

Could Inline Highlighting use the same Theme which select in the setting? The effect is very abrupt ![image](https://github.com/user-attachments/assets/71f06ce9-dfb6-4d07-9c6c-569e7f3ddc48)

SurfingKeys: Browser: Chrome 126 URL: 任意存在文本输入框的位置 在任意输入框 默认开启了插入模式 导致 `Ctrl + A` 不再是全选而是回到行首(而且不是本行行首,是全文行首) 这个行为无法关闭,不知道是不是有意为止的设计,如果是,请问能通过配置文件关闭吗? `Ctrl + A` 全选是个更方便的选项,要开启插入模式,我更习惯 `Ctrl+i` 多切换一次模态

Consider adding the ability to add a group of pages to your favorites at the same time, such as a site that has several interesting articles that you want to...

Consider adding the ability to add a group of pages to your favorites at the same time, such as a site that has several interesting articles that you want to...

### Read [this](https://github.com/localsend/localsend/issues/528) before anything - [x] I have read it. - [ ] Issues not fitting are closed. ### Make sure about: - [x] This issue is not duplicated...

bug

Please consider adding a feature that leverages metadata from various metadata matches such as name, path, genre, etc., and contains or regex matches fields to allow users to customize which...

我这边有一个会话调试对包含 user_not_sign_on 响应的包,丢包或转到局域网内的开发服务器而不是转发到部署的外网工作服务器上。