Re: @clean orphan node error

2020-08-14 Thread Thomas Passin
For an @file tree, you have to have the external file available in the right place, or Leo won't have anything to read. All the structure (and text) is stored in the external file, and it all has to be read for Leo to (re)create the tree. With an @clean tree, the structure and text is stored

Re: @clean orphan node error

2020-08-14 Thread Félix
uh, the file nodes are empty... On Friday, August 14, 2020 at 4:24:17 PM UTC-4, k-hen wrote: > > I've attached the Leo file ... couldn't really be more basic. @file > doesn't isn't working either. > > If I create a *new* @file node then it does seem to create the file and > work, > but it's lik

Re: @clean orphan node error

2020-08-14 Thread k-hen
I've attached the Leo file ... couldn't really be more basic. @file doesn't isn't working either. If I create a *new* @file node then it does seem to create the file and work, but it's like that particular filename is corrupted or cached or something now, because even turning @file off & on ag

Re: @clean orphan node error

2020-08-14 Thread Thomas Passin
I've done that a few times without trouble. First thing I would try is to change to @file and save. Once that works, try the change to @clean. If it still doesn't work, create a new @clean node, copy the subtree to it, delete the (now empty) @auto node, and see if it saves. If not, there mig

Leo development/mentorship/consulting

2020-08-14 Thread k-hen
If anyone is interested, I'd be willing to pay for some Leo development/tutorials to help me learn & get everything I need configured faster. Please message me privately if you or someone you know might be interested :-) -- You received this message because you are subscribed to the Google Gr

@clean orphan node error

2020-08-14 Thread k-hen
Hi guys, I'm trying to change and @auto node to an @clean node, but I'm getting and error writing the file. When I use the @auto then the file writes fine so it's not the path or anything. I'm sorry to keep bothering you, but I really want this to work. errors writing: test.txt Orphan node: do

Re: Losing Clones after restart

2020-08-14 Thread perceptiblelogic
Interesting, that's a good point, thanks for the info. On Fri, 2020-08-14 at 07:49 -0700, Thomas Passin wrote: > > > On Friday, August 14, 2020 at 10:17:20 AM UTC-4, k-hen wrote: > > Thank you kindly for your reply. I've enabled this feature and it > > seems very promising, but I think I might

Re: vs code chronicles: code folding and Leo's importers

2020-08-14 Thread Peter GAAL
There is no trace of "folders" anywhere in my only surviving "Programming in occam 2" manual (by Geraint Jones and Michael Goldsmith from 1988), so the folding concept must have been definitively a feature of the original Transputer Development System (TDS) of INMOS. As it was an /integrated/

Re: Losing Clones after restart

2020-08-14 Thread Edward K. Ream
On Fri, Aug 14, 2020 at 9:17 AM wrote: In a perfect world, I could specify a sync directory in Leo and it would > automatically import all of the files in those directories, > Please have a look at the active_path and at_folder plugins. Edward -- You received this message because you are subs

Re: Documented Database Use Case

2020-08-14 Thread perceptiblelogic
I'd be *very* interested in that, thank you! :-D On Fri, 2020-08-14 at 06:55 -0500, Edward K. Ream wrote: > On Thu, Aug 13, 2020 at 9:37 AM k-hen > wrote: > > > Is there a concept of Leo-as-database? > > Yes, and probably in several forms. > > My brother Speed has created something he calls

Re: Losing Clones after restart

2020-08-14 Thread Thomas Passin
On Friday, August 14, 2020 at 10:17:20 AM UTC-4, k-hen wrote: > > Thank you kindly for your reply. I've enabled this feature and it seems > very promising, but I think I might need a slightly different behaviour. > I'll take a minute to explain the use case. > > [snip] > This is likely the des

Re: view-rendered plugin and mermaid.js

2020-08-14 Thread perceptiblelogic
Ok, so this helped, thank you - but I still wasn't able to undock it from an existing window, but in other docs I was able to move it around.I was able to reset the local cache (db folder) and IT'S WORKING!! :-D Thanks so much for your help guys. - Kevin On Thu, 2020-08-13 at 18:13 -0700, lew

Re: Losing Clones after restart

2020-08-14 Thread perceptiblelogic
Thank you kindly for your reply. I've enabled this feature and it seems very promising, but I think I might need a slightly different behaviour.I'll take a minute to explain the use case. In our git project we have a docs directory which is a simple collection of markdown files. This works great f

Re: view-rendered plugin and mermaid.js

2020-08-14 Thread Edward K. Ream
On Thu, Aug 13, 2020 at 1:31 PM Thomas Passin wrote: > Now that I've looked at mermaid a little more, I think that you could > write the mermaid diagram syntax in a Leo node - since it's just text - > ,and then run Mermaid on it using the command line version of mermaid. > That sounds like the s

Re: Nodes arbitrairily contract when inserting near the root node

2020-08-14 Thread Edward K. Ream
On Thu, Aug 13, 2020 at 1:50 PM Félix wrote: > > Expect a merge into dev, ...and maybe even into master soon :) > Aug 13 was my 71st birthday. This is a great present! Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from

Re: Losing Clones after restart

2020-08-14 Thread Edward K. Ream
On Thu, Aug 13, 2020 at 10:29 PM Thomas Passin wrote: > > > On Thursday, August 13, 2020 at 7:31:02 PM UTC-4, k-hen wrote: >> >> [snip] >> > > Would you file a bug issue on this? The issue URL is > > https://github.com/leo-editor/leo-editor/issues > My apologies for not jumping in yesterday. T

Re: Documented Database Use Case

2020-08-14 Thread Edward K. Ream
On Thu, Aug 13, 2020 at 9:37 AM k-hen wrote: > Is there a concept of Leo-as-database? Yes, and probably in several forms. My brother Speed has created something he calls Leopard: Leo (something) response demon. Don't know exactly how it works. For years I've been asking him to describe it here,