@Andreas_Hegenberg 的确,我希望可以把图标调小,把自提大小增加,
隐藏一些数据的显示,可以放到右侧详情面板,比如创建时间。
让列表显示更紧凑的剪切板内容,
我希望利用更少的空间,看到更多的剪切板条目。
Indeed, I hope the icon can be made smaller and the tooltip size can be increased. Hide the display of some data and it can be placed on the right-side details panel, such as the creation time. Let the list display more compact clipboard content. I hope to see more clipboard entries using less space.
Will this also apply to renaming the actual clipboard item?
the clipboard manager now has a setting for the row height (you can make it smaller if you prefer a more compact design). Also the buttons are only shown on hover.
Question about snippets. I had assumed saving something to a snippet group would mean that it doesn't get purged. Rather that it gets treated as a favorite. But I noticed that my snippet groups get emptied right along with the main clipboard.
I wonder if there might be one or two improvements:
- Clips added to Snippet Groups are automatically favorites
- Snippet Groups have their own 'cleanup' rules for how long they stay around
- Provide an action to "Copy to Snippet Group and mark as Favorite"
Ah that they can get deleted is a bug. I'll fix for the next alpha in ~30min.
// should be resolved in 5.118 (uploading). It now also has the rename option for snippet groups.
首先感谢你的付出,剪切板越来越强大👍
我发现一些问题
- 调整字体大小只在第一次有效,后续调整没有效果
- 我切换左侧的Snippets和Searches ,列表中总有两个奇怪的条目,显示重叠
First of all, thank you for your efforts. The clipboard is getting more and more powerful.
I found some problems: - Adjusting the font size is only effective for the first time. Subsequent adjustments have no effect.
- When I switch between Snippets and Searches on the left, there are always two strange entries in the list, and the display is overlapping.
for now best restart the app after changing the font/row sizes
@Andreas_Hegenberg
Sorry to tag you and insist on this - would it be possible to add this feature?
A way of renaming saved snippets/saved items in the clipboard manager
the right view shows rich text rendered as it was copied - it never modifies rich text. I could add an option to only show plain text by default
Plain text preview but readable sounds good to me
looses much of the appeal of the detail view though.
However modifying the rich text automatically is not really an option because that would break in very weird ways when you tried to edit / paste it again.
Maybe lightening the background if dark styled text is detected? Would however also look a bit weird in dark mode
Apple also doesn't have a good solution for this, try to make some text black and some text white in Text Edit while in dark mode
Workaround: Selecting the text makes it like this:
Hey Andreas! I hope you're doing well. I wanted to let you know that in version 5.137 (2025012803), it seems like these features aren’t working as expected as well. Just sharing this for your information, not a complaint or anything! Thank you in advance.
I know they are still on my TODO list. Will update than soon.
Is it just me, or on version 5.143 (2025012904) when an item is copied, BTT clipboard manager is closed and on next open the items are not visualized in the right panel?
The workaround is to toggle it once more.
Damn you are right, this currently happens with some options. Will be fixed in 15min
Should now be working again. I think this fix might also make the clipboard manager show up a bit faster.
- Not sure how to reproduce, but few times I've noticed overlapping text (or something similar) in the middle panel for some of the items:
Both the item itself have overlapping text + the time in the bottom left corner. Toggle the clipboard does nothing, only when the items are selected they are rendered correctly. BTT restart fixes the issue.
-
I think in the previous versions after search upon Enter the first item was copied/pasted right away, but now on Enter the first item is selected (blue background) and another Enter is needed to perform the needed action on it. After searching, without clicking anything the first item is selected with gray background.
-
Just now while reporting clipboard stopped copying new items (from all apps). At around 8th second I'm copying manually using CMD+C.
Hey Andreas,
- I've just came across the following:
Also as you can see N3 is slightly offset to the left and empty. Quite often I see empty entries not sure why? In the DB they are also empty:
This happens only using the BTT Clipboard Manger. I'm almost certain that I cannot copy something which will produce this empty entry (I've checked that it is not a whitespace, because in the right panel if I copy whitespace it seen like this:
- The default triggers "Double Leftclick" under Mouse and Trackpad are closing the clipboard if I double-click anywhere (even on a word in the right pane or in the search). I guess the workaround is by adding advanced condition to check focused_element_role for example, but I guess you can fix that in the code?