Re: Hosted Leo ?

2019-03-27 Thread Brian Theado
There is a really cool service at https://repl.it that theoretically would make it easy to spin up demo instances of leo with gui=browser. However, it doesn't work because even with gui=browser, Leo requires loading the PyQt module: leoQt.py: can not fully import PyQt5. Traceback (most recent

Re: Challenges with clones and multiple files

2019-03-27 Thread Edward K. Ream
On Wednesday, March 27, 2019 at 9:02:20 AM UTC-5, Arjan wrote: > My notes are organized in various sections -- but often I have items that > belong to multiple sections, so I'd place them in both using clones. > ... > Now with over a dozen top-level sections and many more subsections and >

Re: Challenges with clones and multiple files

2019-03-27 Thread Chris George
A couple of things to try: Backlinks. Tags. They could, of course, just add to the problem but they both provide alternative methods of connecting nodes that are both easier to navigate than search/nav. HTH, Chris On Wed, Mar 27, 2019 at 7:02 AM Arjan wrote: > > I've been using Leo for quite

Challenges with clones and multiple files

2019-03-27 Thread Arjan
I've been using Leo for quite a while now, and there's several things I like about it. But I've come to realize the main reason I initially wanted to use Leo, clones, is not really working for my use case. I mainly use Leo as a Personal Information Manager. My notes are organized in various

Completing work on syntax coloring

2019-03-27 Thread Edward K. Ream
Completing any project can be a lengthy process. Here is a list of recent improvements: *Better tracing with --trace-coloring* When the --trace-coloring command line option is set, Leo reports the values of the following on startup, and when doing reload-settings and reload-all-settings:

Re: All pygments work is in devel

2019-03-27 Thread Edward K. Ream
On Tue, Mar 26, 2019 at 11:06 AM Josef wrote: > Great work Edward! > Glad you like it. Leo directives are not always being colored any more (@others, @language > makefile) > I'll need more details. Everything seems to work for me. Rev 8555f9e0 colors only known languages in @language