mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #127] Color codes #72
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#72
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 @Roccobot on GitHub (Nov 14, 2016).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/127
Originally assigned to: @Econa77 on GitHub.
Since most designers and coders deal with colors, they copy/paste a lot of color codes. A very cool feature would be to have a quick color preview in the clipboard history (if you copied a HEX/CSS value) or in the snippets (if you stored some there). This could save a lot of annoying try-and-see headaches and would result in a pretty awesome time-saving experience.
Not sure I've written a decent explanation, so here's some mockups (with different color preview representations).
• The colored might be a square with the same pixel size of the standard graphics preview (with some kind of indicator as an overlay?).
• Or maybe it could be a little highlight / text background.
Hope you like the idea.
@Econa77 commented on GitHub (Nov 15, 2016):
@Roccobot I think it's a very good feature. I would like to implement a color code preview like image preview. It's add to the implementation task.
Thanks for the suggestion 👍
@Roccobot commented on GitHub (Nov 15, 2016):
:)
@Roccobot commented on GitHub (Mar 2, 2017):
Man, this is awesome, but I see that it only works if the copied string includes the # at the beginning, so it doesn't work with Photoshop :(
@Econa77 commented on GitHub (Mar 5, 2017):
@Roccobot I see. We improve the parser and respond with the next update.
@Roccobot commented on GitHub (Mar 13, 2017):
sorry if I add this but.. also, the color isn't shown in the snippets.
Thank you anyway, I see the improvements rock
@Econa77 commented on GitHub (May 11, 2017):
Supports color code format not started with #. #174
It will be reflected in the next release.
Color code preview with snippet is not easy to change, so I can not implement it now, but I am sorry.