On Tue, Sep 25, 2018 at 5:58 PM Israel Hands <[email protected]> wrote:

> Assuming my information tree is only one child deep and looks a bit like
> this-
>
> Parent 1
> Contains nodes - A B C D
>
> Parent 2
> Contains nodes B C D E
>
> Parent 3
> Contains nodes A C D E
>
> etc.
>
> and I want the best way to reverse the relationship -
>
> So
>
> Node A
> Is in - Parent 1 and Parent 3
>
> Node B
> Is in - Parent 1 and Parent 2
>
> Node C
> is in - Parent 1 and Parent 2 and Parent 3
>
>
> a view or filter would be fine rather than a restructuring. But it would
> be nice if it could be displayed in the 'Edit' pane rather than the output
> of a search in the log pane - is that possible? Well I know it is possible
> but is there some clever Leonine way that already exists to do this?
>

Nodes can't directly contain children that are clones of its parents.
That's a fundamental limitation.  However, the relation "is a parent of
node x" can easily be created, for any node x, in the usual way.

If you do this often, you might want to use uA's.  "Mark" the desired
parents, for any x, in x.u['parents'], using a script, or by hand. Now you
can create the relation (organizer) node for "the parents of x" using
another script.

HTH.

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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to