[PATCH] Parse html links in the Notes section.

2015-11-15 Thread K. "pestophagous" Heller
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

Re: [PATCH] Parse html links in the Notes section.

2015-10-23 Thread Dirk Hohndel
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

Re: [PATCH] Parse html links in the Notes section.

2015-10-13 Thread K. "pestophagous" Heller
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. >> +

Re: [PATCH] Parse html links in the Notes section.

2015-10-13 Thread Dirk Hohndel
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

[PATCH] Parse html links in the Notes section.

2015-10-12 Thread K. "pestophagous" Heller
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