Re: NEW: cloud storage plugin for Leo

2017-12-01 Thread Terry Brown
On Wed, 18 Oct 2017 08:51:07 -0500 "Edward K. Ream" wrote: > On Sun, Sep 24, 2017 at 3:40 PM, Terry Brown > wrote: > > The new leo_cloud plugin allows subtrees within a .leo file to be > > stored in the cloud. > > > ​Rev cd45289 adds a mention of

Re: NEW: cloud storage plugin for Leo

2017-10-18 Thread Edward K. Ream
On Sun, Sep 24, 2017 at 3:40 PM, Terry Brown wrote: The new leo_cloud plugin allows subtrees within a .leo file to be > stored in the cloud. ​Rev cd45289 adds a mention of leo_cloud.py to LeoDocs.leo and adds a lightly edited version of the rest of this post to the

Re: NEW: cloud storage plugin for Leo

2017-10-04 Thread Kent Tenney
I've settled on lsyncd https://github.com/axkibe/lsyncd It will transparently maintain one or more mirrors of a directory tree. Just what I want, with minimal effort. Thanks, Kent On Thu, Sep 28, 2017 at 1:33 PM, Terry Brown wrote: > On Thu, 28 Sep 2017 09:53:10 -0500 >

Re: NEW: cloud storage plugin for Leo

2017-09-28 Thread Terry Brown
On Thu, 28 Sep 2017 09:53:10 -0500 Kent Tenney wrote: > For the 2nd one I'm using the Gvim scp capability: > # gvim scp://user@server//path/to/files/ > > I've been looking at kludges which would mimic vim's scp:// > capability while working from Leo, they mostly involve rsync

Re: NEW: cloud storage plugin for Leo

2017-09-28 Thread Kent Tenney
I've been looking at a couple syncing issues: - between work and home (I currently schlep a laptop back and forth) - between my comfortable, tweaked, gui workstation using heavily customized Leo, and files of interest on bare bone servers. leo_cloud looks like it will address the first one very

Re: NEW: cloud storage plugin for Leo

2017-09-28 Thread Terry Brown
On Thu, 28 Sep 2017 04:48:46 -0700 (PDT) john lunzer wrote: > sFTP might be nice to have for people behind restrictive firewalls Would a dependency on paramiko be an issue for you? That seems to be the python lib. for sFTP. Jake's @sftp plugin uses it. Cheers -Terry --

Re: NEW: cloud storage plugin for Leo

2017-09-28 Thread Terry Brown
On Thu, 28 Sep 2017 04:48:46 -0700 (PDT) john lunzer wrote: > Just read through this properly and it sounds like a step into the > future (or present). :-) thanks, I think it's quite significant. It was quite simple in its current form, reading / writing whole sub-trees.

Re: NEW: cloud storage plugin for Leo

2017-09-28 Thread john lunzer
Just read through this properly and it sounds like a step into the future (or present). The part about cloudifying/centralizing @settings would be friggin fantastic. sFTP might be nice to have for people behind restrictive firewalls. Great job, thank you for your contributions. On Sunday,

Re: NEW: cloud storage plugin for Leo

2017-09-25 Thread Edward K. Ream
On Sun, Sep 24, 2017 at 3:40 PM, Terry Brown wrote: > The new leo_cloud plugin allows subtrees within a .leo file to be > stored in the cloud. It should be possible to support various cloud > platforms, currently git is supported (i.e. you can use GitLab or > GitHub or

Re: NEW: cloud storage plugin for Leo

2017-09-24 Thread Terry Brown
p.s. for the Git cloud adapter, `git` needs to be on the path. -- 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.com. To post to

NEW: cloud storage plugin for Leo

2017-09-24 Thread Terry Brown
The new leo_cloud plugin allows subtrees within a .leo file to be stored in the cloud. It should be possible to support various cloud platforms, currently git is supported (i.e. you can use GitLab or GitHub or your own remote git server). A leo_cloud subtree has a top node with a headline that