In the spirit of "Do the simplest thing that could
possibly work": capture Ctrl+leftclick mouse events
in the Notes area. If the string under the clicked
position is a valid url, then launch it.
Many common URI schemes will work. Typing a url that
starts with https:// will work. So will mailto: an
Just a quick reminder... you wanted to resend this one after fixing the
issues I pointed out below...
/D
On Tue, Oct 13, 2015 at 04:01:55PM -0700, K. "pestophagous" Heller wrote:
> On Tue, Oct 13, 2015 at 7:32 AM, Dirk Hohndel wrote:
> >
> > Neat. I have a few concerns with the code, but the ide
On Tue, Oct 13, 2015 at 7:32 AM, Dirk Hohndel wrote:
>
> Neat. I have a few concerns with the code, but the idea itself is a cool
> addition. Obviously post-4.5 :-)
Yes :)
I half-expected to not see any reply to this until after 4.5. I do not
want to be a distraction from that release.
>> +
On Mon, Oct 12, 2015 at 10:08:35PM -0700, K. "pestophagous" Heller wrote:
> In the spirit of "Do the simplest thing that could
> possibly work": capture Ctrl+leftclick mouse events
> in the Notes area. If the string under the clicked
> position is a valid url, then launch it.
>
> Many common URI s
In the spirit of "Do the simplest thing that could
possibly work": capture Ctrl+leftclick mouse events
in the Notes area. If the string under the clicked
position is a valid url, then launch it.
Many common URI schemes will work. Typing a url that
starts with https:// will work. So will mailto: an