Re: Extract command

2019-06-13 Thread Matt Wilkie
I think I get the same as Rob. Maybe the little window is an undocked vr pane? On Thursday, 13 June 2019 18:43:58 UTC-7, Chris George wrote: > > For me, Alt-o opens the Outline menu. Alt-0 (zero) opens the vr pane with > a render of whatever is in the body. > > Chris > > On Thu, Jun 13, 2019

Re: Extract command

2019-06-13 Thread Chris George
For me, Alt-o opens the Outline menu. Alt-0 (zero) opens the vr pane with a render of whatever is in the body. Chris On Thu, Jun 13, 2019 at 3:45 PM Rob wrote: > Alt-0 opens up a small window with the text of the current node; no option > to add anything else or interact with it in any way

Re: Extract command

2019-06-13 Thread Rob
Alt-0 opens up a small window with the text of the current node; no option to add anything else or interact with it in any way that I can tell. This is in Windows. Rob... On Thursday, June 13, 2019 at 11:55:35 AM UTC-4, Edward K. Ream wrote: > > > > On Thu, Jun 13, 2019 at 10:23 AM Chris

Re: ignoring a node without using sentinels

2019-06-13 Thread Josef
On Thursday, June 13, 2019 at 9:59:49 PM UTC+2, Edward K. Ream wrote: > > Aren't latex/tex macros pretty much another programming language? Isn't > there some way to define \ignore{whatever} ?? > > Yes, although using conditionals is far from straightforward, but there are packages to

Re: ignoring a node without using sentinels

2019-06-13 Thread Edward K. Ream
On Thursday, June 13, 2019 at 4:07:02 AM UTC-5, Josef wrote: Cool trick, unfortunately I mostly share latex files with others. > Aren't latex/tex macros pretty much another programming language? Isn't there some way to define \ignore{whatever} ?? A quick google didn't turn anything up, but I

Re: Using Sync with Leo on Win/MacOs

2019-06-13 Thread Matt Wilkie
Another convention I use to make .leo files more portable is to avoid folders in @file/@auto headlines, put them in parent nodes instead. I used to have a snippet that set the initial path from an environment variable or presence/lack-of a folder but I can't find it at the moment. [ ] Scripts

Re: Extract command

2019-06-13 Thread Edward K. Ream
On Thu, Jun 13, 2019 at 10:23 AM Chris George wrote: > Hi Rob, > > I think this is a good place to start: c_ec.extract & helpers. > > > insertAsLastChild() seems to be the operator but there doesn't appear to > be such a thing as insertAsFirstChild() or insertAsNextChild() so I am not > sure

Re: Extract command

2019-06-13 Thread Chris George
Ah, it is in LeoPyRef.leo under File, Open Specific Leo File. Chris On Thu, Jun 13, 2019 at 8:32 AM Rob wrote: > Thanks, but where would I find that (which xxx.py file)? I assume it's in > the core folder somewhere? > > Rob... > >> >> I think this is a good place to start: c_ec.extract &

Re: ignoring a node without using sentinels

2019-06-13 Thread Edward K. Ream
On Thu, Jun 13, 2019 at 4:07 AM Josef wrote: > Cool trick, unfortunately I mostly share latex files with others. Then you'll probably have to put code somewhere else. @clean can't ignore nodes, and never will. Edward -- You received this message because you are subscribed to the Google

Re: Extract command

2019-06-13 Thread Rob
Thanks, but where would I find that (which xxx.py file)? I assume it's in the core folder somewhere? Rob... > > I think this is a good place to start: c_ec.extract & helpers. > > > insertAsLastChild() seems to be the operator but there doesn't appear to > be such a thing as

Re: Extract command

2019-06-13 Thread Chris George
Hi Rob, I think this is a good place to start: c_ec.extract & helpers. insertAsLastChild() seems to be the operator but there doesn't appear to be such a thing as insertAsFirstChild() or insertAsNextChild() so I am not sure where to go from here. HTH, Chris On Thursday, June 13, 2019 at

Extract command

2019-06-13 Thread Rob
I use the Extract command frequently (Ctrl-Shift-D) to create nodes from body text; very useful command. However, I usually prefer the created node to be be the first child node, not the last, so I end up having to move the node to the first position. Is there a way to change the default

Re: ignoring a node without using sentinels

2019-06-13 Thread Josef
On Wednesday, June 12, 2019 at 5:37:06 PM UTC+2, Edward K. Ream wrote: > > > > On Wed, Jun 12, 2019 at 10:00 AM Josef > > wrote: > >> I mostly work with @clean these days, as that gives me the least grief >> when working with others, who do not use Leo. >> I often would like to ignore or at

Two new dock-related settings

2019-06-13 Thread Edward K. Ream
Most people will neither know about nor care about these settings. They allow more flexibility in how Leo creates docks. Imo, the defaults for these settings will be best for the average user, including newbies. One or two Leonistas want them. *@bool dockable-log-tabs = False* False:

Re: Retire @bool recent_files_group_always?

2019-06-13 Thread Edward K. Ream
On Wed, Jun 12, 2019 at 8:43 PM Rob wrote: > Yes, makes sense to me. Seems to work as expected now. Thanks for the fix! > You're welcome. Thanks for the confirmation. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from

Re: Data-Forge Notebook 1.0 release may be of interest

2019-06-13 Thread Matt Wilkie
Cool! I hadn't thought of using Leo has a client. -- 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 this group,

Re: Using Sync with Leo on Win/MacOs

2019-06-13 Thread Matt Wilkie
Make all the paths relative to the .leo file (don't start with slash or drive letter), and use forward slashes. They work on Windows and 'nix (because python converts them automatically). @path projects/Something # works everywhere matt -- You received this message because you are