Quote:
Originally Posted by KevinH
What Right-Cick > Copy Link Locaion?
|
I brought it up way back in this topic/post:
https://www.mobileread.com/forums/sh...87&postcount=1
Quote:
What would it do? Copy an external webpage to the clipboard?
|
Yep, exactly. It would help save steps and give you more control in certain workflows:
Currently:
1. Left-Click on a Link:
Code:
<p><a href="http://example.com">example.com</a></p>
2. Menu opens:
(Aren't able to do anything within Sigil until you select an option.)
3. Opens in default browser.
4. Within the browser, you can then Copy/Paste the URL or do whatever.
Potential:
1. Right-Click on a Link:
Code:
<p><a href="http://example.com">example.com</a></p>
2. "Copy Link Location" or "Copy Link Address" (just like in Firefox/Chrome/any other browser).
This allows you to get:
http://example.com
right in your clipboard.
3. Continue doing whatever you needed to do with the URL.
* * *
And here are just a few use-cases:
1. Pasting the URL into a Private Window instead.
2. My Default Browser = Firefox, but I might want to use Chrome for certain links.
Doing it this way, I could Copy/Paste the URL into my secondary Chrome. Or in an instance of the browser on my secondary monitor.