Quote:
Originally Posted by DaltonST
This version supports overriding http and/or https to use different apps in links that are clickable.
See the attached image for an explanation of how to do it.
DaltonST
|
Doesn't want to work for me, links open in default browser (Firefox).
This is what have in plugin tweaks
Code:
job_spy_notes_viewer_protocol_default_apps = {'https': 'C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe'}
FTR: That's not what I typed, I had the path in double quotes with backslashes - which I guess got pythonised as per the tooltip.
This is the https link:
Code:
<div>
<p><a href="https://www.mobileread.com/forums/index.php"><span style="color: #6cb4ee">MR Home Page</span></a></p></div>
BR