It's really kind of inconvenient, but...

1.) Enable the nodewatch.py plugin myLeoSettings.leo
2.) In your outline, create a top-level @settings node (if it doesn't exist already) 3.) Underneath that node, create a '@nodewatch parents' node (name doesn't really matter, just that it starts with @nodewatch)
4.) Paste this code into the @nodewatch node::

@language python
node_headline = 'Headline of your node here'
p = g.findNodeAnywhere(c, node_headline)
c.theNodewatchController.add('Parents of %s' % node_headline, p.v.parents)

5.) Reload Leo (to load the nodewatch.py plugin)
6.) Click on the Nodewatch tab in the Log pane, and click Refresh.

Whenever the parents of that node change, click refresh again. You can add as many @nodewatch nodes as you want, and a Refresh will update all of them. The dropdown list switches between 'categories'.

I wouldn't recommend this for something this trivial usually, but it seems like it's the easiest way to get what you're looking for.
-->Jake


On 8/27/2014 1:33 PM, Fidel N wrote:
Also, the "goto-next-clone" minibuffer command might be useful for you.


On Wed, Aug 27, 2014 at 7:32 PM, 'Terry Brown' via leo-editor <[email protected] <mailto:[email protected]>> wrote:

    On Wed, 27 Aug 2014 10:22:47 -0700 (PDT)
    Todd Mars <[email protected] <mailto:[email protected]>> wrote:

    > Hi,
    > Is it possible to view all parents of a clone and navigate to them
    > easily through the view?

    Probably not helpful, but the backlinks plugin (which is an
    alternative
    to clones for some applications) will list all the links from / to a
    node.

    Cheers -Terry

    > Thanks
    > Todd.
    >

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


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

--
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 http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to