Re: Press ⌘ then click node

2023-07-26 Thread Thomas Passin
Not just the first line - any line with a recognizable URL should show that URL to be highlighted, and a CTRL-Click (or the Apple equivalent) on the highlighted URL will navigate you to it in the browser. CTRL-Clicking can navigate you to: - A URL, as above; - a node within a Leo outline (by cl

Re: Press ⌘ then click node

2023-07-26 Thread HaveF HaveF
Thank you for your addition, Thomas. I know the CTRL-Click (or the Apple equivalent) on the highlighted URL. I want to emphasize that in the GitHub Issues node, this is really convenient. Because the default github issues node is like ``` p.h = f"#{n}: {title}" p.b = f"{html_ur

Re: Press ⌘ then click node

2023-07-27 Thread jkn
Yes, this is a very useful feature. I though we had had discussions about using xdg-open() to open a file manager, so that you could also CTRL-click on file:path/to/a/file/or/directory and have your file manager come up. That doesn't seem to be working though. Maybe I have forgotten s

Re: Press ⌘ then click node

2023-07-27 Thread HaveF HaveF
> > file:path/to/a/file/or/directory > > and have your file manager come up. That doesn't seem to be working > though. Maybe I have forgotten something about it... > It works on Mac. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsub

Re: Press ⌘ then click node

2023-07-27 Thread lewis
file:///path/to/a/file/or/directory works on Windows if 3 slashes are used. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+unsubscr...@googlegroups.

Re: Press ⌘ then click node

2023-07-27 Thread jkn
Yes, three slashes works for me as well, and is 'correct' as a URI. I am not quite sure why I thought it was four slashes. I think I worked with some app at one point which needed the 'final' slash escaping somehow ... it might have been related to Windows UNC schemes Anyway, good to know that

Re: Press ⌘ then click node

2023-07-27 Thread Thomas Passin
It also works with two slashes: file://. On Thursday, July 27, 2023 at 6:12:27 AM UTC-4 jkn wrote: > Yes, three slashes works for me as well, and is 'correct' as a URI. > > I am not quite sure why I thought it was four slashes. I think I worked > with some app at one point which needed the 'fin