You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if some of these could be trimmed down. So I'm thinking a preference for Copy all like this (with the settings below matching the current default):
Color values:
[✅] Copy all values
[☑️] Copy rgb only
[☑️] Copy hex only
[☑️] Copy hsb only
[☑️] copy hsl only
[✅] Copy WCAG output
Almost always, for me, the key thing to know is the hex value and the contrast, so if I chose:
Color values:
[] Copy all values
[] Copy rgb only
[✅] Copy hex only
[] Copy hsb only
[] copy hsl only
Hey @lloydi. Thanks for flagging, and for the detailed suggestion.
I think this workflow feels a little heavy for Pika, and one thought I had would be whether you could use something like Raycast to format the text to match your requirements. For example, Raycast has script commands, which would allow you to access the clipboard, perform regex on the contents, and paste to another app. That way you could format it however you need.
Happy to leave to gauge interest in more granularity on export, too.
Ah, well I have already kind of done something like this (using Keyboard Maestro), but was hoping to cut out some steps. Also I am shite at regex, so if I can get it just-so at source, that's preferable.
Anyhoo, I have not heard of Raycast, so I'll look at that as there may be some useful stuff there.
OK, fairly simple one to explain. When using 'Copy all as Test', the output is like this:
Foreground: #3f281e · rgb(63, 40, 30) · hsb(17, 52, 25) · hsl(17, 35, 18)
Background: #dcdcdc · rgb(220, 220, 220) · hsb(0, 0, 86) · hsl(0, 0, 86)
Contrast Ratio: 9.97:1
WCAG Compliance: AA Large (Pass) · AA / AAA Large (Pass) · AAA (Pass) · Non-text (Pass)
It would be great if some of these could be trimmed down. So I'm thinking a preference for Copy all like this (with the settings below matching the current default):
Color values:
[✅] Copy all values
[☑️] Copy rgb only
[☑️] Copy hex only
[☑️] Copy hsb only
[☑️] copy hsl only
[✅] Copy WCAG output
Almost always, for me, the key thing to know is the hex value and the contrast, so if I chose:
Color values:
[] Copy all values
[] Copy rgb only
[✅] Copy hex only
[] Copy hsb only
[] copy hsl only
[] Copy WCAG output
I'd get :
Foreground: #3f281e
Background: #dcdcdc
Contrast Ratio: 9.97:1
Which is much cleaner and nearly always all that I need.
What do you think?
The text was updated successfully, but these errors were encountered: