Re: my 2 cents to embedding Leo into other editor or vice versa

2018-03-04 Thread Matt Wilkie
> After a while I thought that easiest way to connect the two is > implementing some kind of special file system. In this (let's call it > LeoFS), filenames are gnxes and file content is the body or maybe (headline > + '\n' + body). All these editors have some kind of tree representation of

Re: Rethinking Leo's distribution process

2018-03-04 Thread Matt Wilkie
> > I can't find assoc.exe in the source code for Leo. Where is it? What does > it do? > I do find in the *scripts* folder within the Leo source code files > *register-leo.leox* and *unregister-leo.leox *- these handle Windows > Registry entries for using *launchLeo.py* for a simple one of

Re: How did I came across Leo?

2018-03-04 Thread Matt Wilkie
> > ​@root and Leo's tangle and untangle commands will remain "forever". They > are, on purpose, no longer documented, [...] > I would hope they are documented *somewhere* though? Perhaps within the code if no place else. I imagine a future self shooting myself in the foot while I spin this

Re: Should daily snapshots be based on master, devel or both?

2018-03-04 Thread Matt Wilkie
> > I don't know that snapshots are needed at all >> ​. >> > > ​I'm not sure either, but I think some people do/did use them.​ > > Maybe Terry has download stats? > Github allows downloading at will, ex: >> >> wget https://github.com/leo-editor/leo-editor/archive/devel.zip >> >> pip

Re: Unable to push or pull from devel

2018-03-04 Thread Terry Brown
On Sun, 4 Mar 2018 14:36:04 -0800 (PST) vitalije wrote: > On Sunday, March 4, 2018 at 11:30:55 PM UTC+1, vitalije wrote: > > > > It seems according to your log that the conflict is caused > > by leo/core/commit_timestamp.json > > > > > > This made me think about. It is not

Re: Unable to push or pull from devel

2018-03-04 Thread vitalije
On Sunday, March 4, 2018 at 11:30:55 PM UTC+1, vitalije wrote: > > It seems according to your log that the conflict is caused > by leo/core/commit_timestamp.json > > > This made me think about. It is not first time that I had troubles with this file. Because it is automatically changed every

Re: Unable to push or pull from devel

2018-03-04 Thread Edward K. Ream
On Sunday, March 4, 2018 at 4:30:55 PM UTC-6, vitalije wrote: > > It seems according to your log that the conflict is caused > by leo/core/commit_timestamp.json > > Try > git checkout --force leo/core/commit_timestamp.json > # then > git pull devel > > to discard your changes to this file. It

Re: Unable to push or pull from devel

2018-03-04 Thread vitalije
It seems according to your log that the conflict is caused by leo/core/commit_timestamp.json Try git checkout --force leo/core/commit_timestamp.json # then git pull devel to discard your changes to this file. It will be changed automatically when you commit next time. Vitalije -- You

Re: Unable to push or pull from devel

2018-03-04 Thread Edward K. Ream
On Sunday, March 4, 2018 at 2:07:26 PM UTC-6, Jacob MacDonald wrote: I'm on devel, not detached. What's the error message? > Here's what I did: >git push ! [rejected]devel -> devel (non-fast-forward) error: failed to push some refs to 'https://github.com/leo-editor/leo-editor' hint:

Re: Unable to push or pull from devel

2018-03-04 Thread Terry Brown
On Sun, 4 Mar 2018 11:00:37 -0800 (PST) "Edward K. Ream" wrote: > git push and git pull --rebase both fail. Anyone have any suggestions? > > Edward You're head's not detached is it? :-) I was on a "detached head" just now, from using git bisect, when I tried to test, but

Re: leovue meets leo4sqlite

2018-03-04 Thread Joe Orr
Fixed the bookmarks in subtrees. This links work now: https://kaleguy.github.io/leo-examples/leo4sqlite/#/t/5-26/ https://kaleguy.github.io/leo-examples/leo4sqlite/#/t/4-23/ Joe On Sunday, March 4, 2018 at 11:28:55 AM UTC-5, Joe Orr wrote: > > About the commands not displaying on separate

Re: Unable to push or pull from devel

2018-03-04 Thread Jacob MacDonald
What's the error message? On Sun, Mar 4, 2018, 13:00 Edward K. Ream wrote: > git push and git pull --rebase both fail. Anyone have any suggestions? > > Edward > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To

Unable to push or pull from devel

2018-03-04 Thread Edward K. Ream
git push and git pull --rebase both fail. Anyone have any suggestions? Edward -- 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

Re: leovue meets leo4sqlite

2018-03-04 Thread Joe Orr
About the commands not displaying on separate lines, this is because I'm using a markdown module with a few hacks. With markdown you need to either put a blanks space between lines or make bullets etc. See the example here: https://kaleguy.github.io/leo-examples/leo4sqlite/#/t/4 To get a

Re: The first, urgent task: show people what Leo already has

2018-03-04 Thread Edward K. Ream
On Saturday, March 3, 2018 at 6:11:44 PM UTC-6, Edward K. Ream wrote: > I have just spent all afternoon wrestling with themes. All is now well. I have something that looks great on both Windows and Ubuntu. Except for a few tweaks the result is just as before. This comment

Re: I love Leo, but... Scrivener and Org-Mode

2018-03-04 Thread Israel Hands
Thanks Edward a simple route to Latex would be brilliant. Leo does indeed open org mode files. And it takes each entry in a .org file and turns it into a node. With some help from Terry I've started writing a script that sorts the nodes from the org-mode file by date stamp, which org uses to

How to make Outlines which contains images and can display those images?

2018-03-04 Thread Pal Csanyi
Hi, I want to write in Leo editor Outline wich will be contains images too beside text. Moreover, I want to can see those images, that is to be displayed those images in Leo editor while I am reading that Otuline. How can I do that? Best, Pal -- You received this message because you are