-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: A rust crate About Cross-platform clipboard API (text | image | rich text | html | files | monitoring changes) #55
Comments
@cablehead |
Hi @ChurchTao! For Stacks, I'm looking to drop one layer lower, where I want to be able surface everything a platform has to offer, in an unopinionated way. This may allow for things we couldn't imagine, as you don't really know what's possible, until you've had a chance to see the raw data. This comment notes that Safari on macOS writes information to the clipboard for the url, and the place on page, where you copied text from: #49 (comment) Would you have any interest (and time!?) in creating a lower level crate, (perhaps a dependent crate for
there'd be no need for image coercion, etc, at this layer, just exposing what's available, directly. |
@cablehead
API: available_formats() |
Thanks for the reply @ChurchTao! I'm away this week, but will follow up more when I get back. Quickly though |
@cablehead Thanks for reply! |
@ChurchTao if you're able, it'd be great to have you stop by the Stacks discord, to keep chatting. No pressure though, we can keep chatting here too |
👌 |
I really like the stacks UI and I want it to get better. I thought my crate might be helpful to you. 😄
Let me self-recommend my crate.
Clipboard API (text | image | rich text | html | files | monitoring changes)
https://github.com/ChurchTao/clipboard-rs
The text was updated successfully, but these errors were encountered: