Re: Using A Leo Outline On Another Computer (Part 2)

2022-03-13 Thread Félix
Great to hear your first tests and experiments are moving along well. Like Edward said, I think it's a great idea and am looking forward to help you make it happen in the coming days :) fun fact: While writing the server, i've always tried to make it client-agnostic and flexible, to encourage p

Re: Remote Leo Files - Security Issues

2022-03-13 Thread Viktor Ransmayr
Hello Thomas, tbp1...@gmail.com schrieb am Samstag, 12. März 2022 um 23:00:34 UTC+1: > Since we are looking at getting Leo to work with files on a remote > computer, we should discuss the security aspect. I think there are > basically two kinds of things we'd like to prevent. My terminology h

Re: Using A Leo Outline On Another Computer (Part 2)

2022-03-13 Thread tbp1...@gmail.com
@Edward suggested looking at Tom Brown's leocloud plugin, and I have done that. It looks like classic Tom Brown work - a somewhat abstract but relatively simple system, with just enough concrete instantiations to help with getting experience and guiding future development. I don't see it as ha

Re: Using A Leo Outline On Another Computer (Part 2)

2022-03-13 Thread tbp1...@gmail.com
This works - the little client script together with the monkey-patched leoserver was able to transfer an outline from my desktop to the laptop. However, the outline wasn't actually getting inserted into the new outline. I had to actually go through that clipboard to make that happen. I don't

Using A Leo Outline On Another Computer (Part 2)

2022-03-13 Thread tbp1...@gmail.com
Continuing the previous discussion (Using a Leo Outline On Another Computer? ), we don't even have to change leoserver. Instead, we can import it and monkey patch it. Basically, import leo.core.leoserver, and then add the following: SetEnc

Re: Using a Leo Outline On Another Computer?

2022-03-13 Thread tbp1...@gmail.com
I'll take a look. On Sunday, March 13, 2022 at 7:27:08 AM UTC-4 Edward K. Ream wrote: > On Tuesday, March 8, 2022 at 4:12:39 PM UTC-6 tbp1...@gmail.com wrote: > >> I'd like to open a Leo outline that is on another computer - strictly >> within my home LAN. I could do that by sharing a directory

Re: Using a Leo Outline On Another Computer?

2022-03-13 Thread tbp1...@gmail.com
Yes it is. On Sunday, March 13, 2022 at 7:09:14 AM UTC-4 Edward K. Ream wrote: > On Saturday, March 12, 2022 at 11:07:20 PM UTC-6 tbp1...@gmail.com wrote: > >> And the new (very simpleminded) leoserver command is: > > > [Snip] > > Thanks for all this work. I spoke with Félix yesterday on zoom ab

Re: Using a Leo Outline On Another Computer?

2022-03-13 Thread Edward K. Ream
On Tuesday, March 8, 2022 at 4:12:39 PM UTC-6 tbp1...@gmail.com wrote: > I'd like to open a Leo outline that is on another computer - strictly > within my home LAN. I could do that by sharing a directory and putting the > outline into that directory. But I'd rather have that outline be in it

Re: Using a Leo Outline On Another Computer?

2022-03-13 Thread Edward K. Ream
On Saturday, March 12, 2022 at 11:07:20 PM UTC-6 tbp1...@gmail.com wrote: > And the new (very simpleminded) leoserver command is: [Snip] Thanks for all this work. I spoke with Félix yesterday on zoom about this issue, among others. I suggested that you and Félix collaborate on this issue.