On Wed, 15 Jan 2014 07:21:51 -0800 (PST) Jack Kuan <[email protected]> wrote:
> I have some organizer nodes that contains clones from other @file nodes. > Such organizer tree serves as documents and views on my source code, which > is contained in other @file nodes. > In the body of an organizer node, I would like to describe how my code > works while also provide > inline "links" to other nodes, such that clicking on the link will navigate > to that node, and click on > a back button will bring the user back where he/she was. Does such feature > exist? You can use UNLs (Universal Node Locator, similar to URI/URL idea) I have a top level node called "HOWTO" under which there's a node called "bzr to git". The status bar at the bottom shows breadcrumbs to that node, a form of the UNL, but it has spaces etc. in it. You can right click the status text and select "Toggle UNL mode" to get a more robust form, something like: file:///home/tbrown/.leo/workbook.leo#HOWTO-->bzr%20to%20git which, when placed in the body text, can be Ctrl-left-clicked to jump to the referenced node. For within file references you can cut it back to: file://#HOWTO-->bzr%20to%20git the "file://" part is necessary to let Leo recognize the UNL. These links are color highlighted, which is nice. Cheers -Terry > Thanks > Jack > -- 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/groups/opt_out.
