Re: Reversing relationships

2018-09-27 Thread Israel Hands
Thanks Terry - will dip my toe in back links when I get home next week.

ta

IH

On Wednesday, 26 September 2018 02:48:03 UTC+1, Terry Brown wrote:
>
> Possibly the backlinks plugin might be useful to you, not sure. 
>
> Cheers -Terry 
>
> On Tue, 25 Sep 2018 15:58:32 -0700 (PDT) 
> Israel Hands > 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? 
> > 
> > ta 
> > 
> > IH 
>

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


Re: Reversing relationships

2018-09-26 Thread Edward K. Ream
On Tue, Sep 25, 2018 at 5:58 PM Israel Hands  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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Reversing relationships

2018-09-25 Thread Terry Brown
Possibly the backlinks plugin might be useful to you, not sure.

Cheers -Terry

On Tue, 25 Sep 2018 15:58:32 -0700 (PDT)
Israel Hands  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?
> 
> ta
> 
> IH

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


Reversing relationships

2018-09-25 Thread Israel Hands
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?

ta

IH




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