-
Notifications
You must be signed in to change notification settings - Fork 128
Reduce the number of steps required to get a sharable URL into your clipboard #1627
Comments
FWIW, I currently have a bunch of code in my clipboard (or whatever), so I generally get pretty salty when an app decides that it should just erase everything in my clipboard without my consent. |
Page Shot originally copied the link to the clipboard automatically. Since that can have unintended consiquences we took it out. Maybe it should be a configurable option that is off by default so people can choose for themselves. |
That's right! I forgot I was complaining about that recently... |
Technically we determine the URL the moment you hit the PageShot button, so we don't have to worry about Save finishing. The upload progress page could also contain a copy button, though we'd want to make sure it was placed right where the ultimate copy button goes, as it'd be easy to go for it at exactly the moment the page finishes uploading. We could have a setting (maybe in the share panel itself), but settings are a bummer if we can avoid them. We talked about having copy with undo, i.e., you could "undo" the autocopy and get your old clipboard content back. That actually would be nearly as easy as any of the other techniques (less UI surface area), though it seems like an uncommon choice. |
I'm aware that my big issue text could be broken up into smaller bits. Just trying to help by dumping my impressions.
|
+1 to this. Folks (read: me) are used to this type of clipboard action. |
We should spec UX for this:
|
The link copying is filed in #1734. I'm closing this ticket, if there's any other ideas anyone wants to pull out ideally they'll go in new tickets as well. |
We came up with new visual style of toast. Please find the link below or #1844 for more details, and let me know if any questions, thanks. |
I currently use Jumpshare.com here on my mac.
It's the best of all terrible when it comes to displaying the image. Page Shot beats it easily! (Just need to fix the static asset cache)
However, what it gets right is the number of step. Here's how I take and share a screenshot:
With Page Shot I have to...:
What would make it much much faster is if, like Jumpshare, as soon as I release the click after dragging an area it should put the pageshot.net permalink URL in my clipboard. Even before the image has been uploaded. By the time I've managed to go back to my IRC window (or whatever I'm doing to share my screenshot) and pasted it in with some message and the time it takes my friend to click it, that should be enough time to do the upload in the background.
And if my friend is super fast and clicks my permalink, and the image isn't there yet it could be aware of that in code and say so and refresh the page automatically when the content is ready.
The text was updated successfully, but these errors were encountered: