Re: Excluding nodes in @file tree?

2018-01-16 Thread Edward K. Ream
On Tuesday, January 16, 2018 at 6:36:17 AM UTC-6, Pal Csanyi wrote: > > Hi, > > I'm new to Leo. > > I am trying to create a Bash script with Leo. > I am using @file directive: > > @file NameOfBashScript > | - node1 > | - node2 > | - node3 > | | - node3.1 > | | - node3.2 > | - node4 > |

Excluding nodes in @file tree?

2018-01-16 Thread Pal Csanyi
Hi, I'm new to Leo. I am trying to create a Bash script with Leo. I am using @file directive: @file NameOfBashScript | - node1 | - node2 | - node3 | | - node3.1 | | - node3.2 | - node4 | - node5 Here I wish to exclude from NameOfBashScript file the node3.2 . How can I do that?