Re: Cross-file links

2017-06-04 Thread Terry Brown
On Sun, 4 Jun 2017 19:28:31 -0700 (PDT) Largo84 wrote: > Terry, that would be awesome! Sorry that I'm such a dunce w/ Python > programming. I started by looking at the plugin code, but quickly > realized I didn't have a clue what was going on. Just wondering; > would it

Re: Cross-file links

2017-06-04 Thread Largo84
Terry, that would be awesome! Sorry that I'm such a dunce w/ Python programming. I started by looking at the plugin code, but quickly realized I didn't have a clue what was going on. Just wondering; would it benefit to put in an enhancement request on a specific plugin like this? Rob.. On

Re: Embedding your own custom Widget

2017-06-04 Thread Terry Brown
On Sun, 4 Jun 2017 15:20:04 -0700 (PDT) Adrian Calvin wrote: > OK, I figured out how to embed my new widget manually into the main > layout. But I am confused as to how to make it load automatically > into the layout. Not sure if you're familiar with the pane layout

Re: Cross-file links

2017-06-04 Thread Terry Brown
On Sun, 4 Jun 2017 12:42:10 -0700 (PDT) Largo84 wrote: [snip] > Are there any technical, design or practical reasons why the > backlinks plugin is limited to 'internal' links? I thought about Sort of. The backlinks plugin uses GNXs (node IDs) for persistence. I think - I

Re: Embedding your own custom Widget

2017-06-04 Thread Adrian Calvin
OK, I figured out how to embed my new widget manually into the main layout. But I am confused as to how to make it load automatically into the layout. On Sunday, June 4, 2017 at 1:39:59 PM UTC-5, Adrian Calvin wrote: > > Hi, > > I am trying to figure out the *easiest *way to embed a widget in

Re: Embedding your own custom Widget

2017-06-04 Thread Adrian Calvin
In my enthusiasm I spoke before testing. This also opens a a window outside of the layout. :( On Sunday, June 4, 2017 at 1:39:59 PM UTC-5, Adrian Calvin wrote: > > Hi, > > I am trying to figure out the *easiest *way to embed a widget in the > layout, *exactly* like viewrendered. > > The

Re: Embedding your own custom Widget

2017-06-04 Thread Adrian Calvin
Sorry, nevermind. The answer is here: http://leoeditor.com/FAQ.html On Sunday, June 4, 2017 at 1:39:59 PM UTC-5, Adrian Calvin wrote: > > Hi, > > I am trying to figure out the *easiest *way to embed a widget in the > layout, *exactly* like viewrendered. > > The problem is, that being a neophyte

Re: Cross-file links

2017-06-04 Thread Largo84
Thanks, Lewis, but that's not what I'm looking for. I don't want the URL text to be in the body text at all. Consider this use case: - I write some content (LaTex, MarkDown or whatever) and I want to create several links to other references (for example, citations or further

Embedding your own custom Widget

2017-06-04 Thread Adrian Calvin
Hi, I am trying to figure out the *easiest *way to embed a widget in the layout, *exactly* like viewrendered. The problem is, that being a neophyte to both leo and python, that plugin is just way to complex for me to use as a model or template at the moment. How would I go about embedding a

Re: Cross-file links

2017-06-04 Thread lewis
You can use the bookmarks plugin to create links to other nodes *within* a single .leo file. Simply edit the bookmark node's body text to include the node name: N:/path/to/file/my_file.leo#node_name and for multi-level nodes: N:/path/to/file/my_file.leo#node_name-->child_node Regards Lewis On

Re: How to install on Windows 10

2017-06-04 Thread Graham Chiu
Thanks. I got errors initially but then realized that I need a administrator command before it would install. On 4 June 2017 at 19:18, lewis wrote: > Firstly, the instructions for installing PyQt5 are at > https://riverbankcomputing.com/software/pyqt/download5 under

Re: How to install on Windows 10

2017-06-04 Thread lewis
Firstly, the instructions for installing PyQt5 are at https://riverbankcomputing.com/software/pyqt/download5 under the heading *Binary Packages*: *So long as you are using a supported version of Python you can install PyQt5 from PyPi by running: * pip3 install PyQt5 The instructions are a