Re: Additional Plugin Dirs

2017-06-02 Thread Terry Brown
On Fri, 2 Jun 2017 16:41:27 -0700 (PDT) Adrian Calvin wrote: > Is there a way to add additional plugin directories to leo just as > one might add additional paths to python? Yes. I think, from memory, the rule for plugins named in @enabled-plugins is that foo.py will be looked for in /plugins.

Additional Plugin Dirs

2017-06-02 Thread Adrian Calvin
Is there a way to add additional plugin directories to leo just as one might add additional paths to python? -- 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-e

Re: Cross-file links

2017-06-02 Thread Largo84
Thanks, but that doesn't really solve the problem. unl:// links work just fine as they are, but I'm trying to not clutter the body pane with a long path. Replacing "unl://" with "file://" doesn't accomplish that. Rob... On Friday, June 2, 2017 at 12:49:28 PM UTC-4, xgid wrote: > > > Any sug

Re: Cross-file links

2017-06-02 Thread xgid
Anyway, what I think would be great to have is a "leo://" protocol which could not only be used inside Leo documents (and work as the current UNLs) but used from documents outside Leo with the same result of having Leo open the file focused in the given node. I have not investigated the issue i

Re: Cross-file links

2017-06-02 Thread Xavier G. Domingo
Any suggestions on how to create links to nodes in other .leo files? I've been using a simple alternative with good success since the last changes made by EKR to the handleUrl logic some months ago: just use the UNL as is but replacing "unl://" by "file://". Best regards, Xavier -- You receiv

Re: Curses gui progress report

2017-06-02 Thread Edward K. Ream
On Wednesday, May 24, 2017 at 6:01:40 AM UTC-5, Edward K. Ream wrote: I am back at work on the curses gui project. Key handling is insanely complicated, much as in Leo itself. My goal is to leave npyscreen.InputHandler.handle_input unchanged. The reason is simple--I don't know how to change it

Re: Cross-file links

2017-06-02 Thread Terry Brown
On Fri, 2 Jun 2017 07:56:31 -0700 (PDT) Largo84 wrote: > I use the backlinks plugin which works well to create links to other > nodes *within* a single .leo file. However, it won't create links to > nodes in other .leo files. The bookmarks plugin doesn't really do > what I need either. Any sugges

Cross-file links

2017-06-02 Thread Largo84
I use the backlinks plugin which works well to create links to other nodes *within* a single .leo file. However, it won't create links to nodes in other .leo files. The bookmarks plugin doesn't really do what I need either. Any suggestions on how to create links to nodes in other .leo files? Of

Backward (human) learning, applied to deep (machine) learning

2017-06-02 Thread Edward K. Ream
When in college I sometimes read textbooks backwards. A similar technique is even more valuable now, using google to work backward from important papers. While I was studying (in the usual way) the torch code from deep mind, I googled "how does nn control Atari em