mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[GH-ISSUE #18] 【检测到剪贴板存在文本】这个是不是有间隔时间呀? #6
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @beilo on GitHub (Jan 10, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/18
刚刚我短时间copy这些文本 记录下来的只有图2这几个。
监听剪贴板这个间隔时间,有什么办法可以设置小点吗?
@beilo commented on GitHub (Jan 10, 2025):
好像是有休眠机制,我放在副屏幕,微信覆盖在note-gen上面时,过了一段时间没有检测到我的剪贴板。
然后我让note-gen获取到焦点后,就很灵敏了
@beilo commented on GitHub (Jan 10, 2025):
这里qing清空了。然后再点击reload,又会回来,包括使用整理记录功能的时候也是。
@codexu commented on GitHub (Jan 11, 2025):
这应该是识别机制的问题,目前是复制之后,在切换到 app 时才会识别,未实现在后台识别。还有图片剪贴板识别时可能会花费更多时间。
这块功能刚刚实现,还存在操作逻辑不太流畅的问题,后续我会继续优化这块。
@codexu commented on GitHub (Jan 13, 2025):
这个问题我这未能复现,能详细的提供一个 BUG 示例吗?
@beilo commented on GitHub (Jan 19, 2025):
https://github.com/user-attachments/assets/079bc062-2340-4f87-aceb-3ac8138b7076
我更新到0.7.2版本了,现在只有侧边栏reload能恢复原数据,麻烦大佬看看是不是我用法不对。
@codexu commented on GitHub (Jan 19, 2025):
可能这块设计的有点误解,那个按钮点击一下是进入回收站,再点一下就恢复了,不是删除的意思
@codexu commented on GitHub (Jan 19, 2025):
还有如果要删除某条记录的话,在右键菜单中删除。