Re: @button for displaying all parents of a clone to log pane

2019-10-07 Thread Segundo Bob
On 10/7/19 3:23 PM, Brian Theado wrote: > You interpreted SegundoBob's request differently, than I did. I was > thinking he didn't mind that the duplicates are there (and maybe prefers > it?), just that he wanted the displayed links go to the separate > instances of the clones. > Brian is right.

Re: @button for displaying all parents of a clone to log pane

2019-10-07 Thread Brian Theado
Thanks, Edward for putting this code into the core as a command. You interpreted SegundoBob's request differently, than I did. I was thinking he didn't mind that the duplicates are there (and maybe prefers it?), just that he wanted the displayed links go to the separate instances of the clones. S

Re: @button for displaying all parents of a clone to log pane

2019-10-07 Thread Edward K. Ream
On Monday, October 7, 2019 at 3:42:17 PM UTC-5, btheado wrote: > > > The short answer is that this is standard, core Leo code I'm calling. The > long answer is that it will take some investigation. > Here is the fix, at rev cc6c47b in devel: @g.command('show-clones') def show_clones(event=None

Re: @button for displaying all parents of a clone to log pane

2019-10-07 Thread Brian Theado
SegundoBob, I don't ever have clones with the same parent in my workflow and I didn't think to test that case. It looks like the g.es_clickable_link method is making use of UNL rather than positions. It looks to me like the leo getUNL functionality handles multiple clones with the same parent. Ma

Re: Improved asciidoc, asciidoctor and pandoc support

2019-10-07 Thread Edward K. Ream
On Mon, Oct 7, 2019 at 11:39 AM Offray Vladimir Luna Cárdenas < off...@riseup.net> wrote: > Nice to see those additions. In the Leo's documentation, I would expand > about why the "pandoc tool must exist". > Done in devel. Edward -- You received this message because you are subscribed to the Go

Re: For Leo 6.0 on Windows 10 - PyQt 4 or PyQt 5?

2019-10-07 Thread Viktor Ransmayr
Hello Edward, Am Sonntag, 6. Oktober 2019 19:31:33 UTC+2 schrieb Edward K. Ream: > On Sun, Oct 6, 2019 at 11:39 AM Viktor Ransmayr > wrote: > > Which other references do you recommend related to 'dark themes' beside >> the ones that I found so far? >> > > I would look at actual theme files. The

Re: Improved asciidoc, asciidoctor and pandoc support

2019-10-07 Thread Matt Wilkie
> > Please report your experiences with these new features. > For me the external file is not created. See the desktop-integration.leo file at rev f0c07886d25ea892b15159d00f4ef531aae8a723 in devel. Leo Log Window Leo 6.1-devel, devel branch, build bd1ac64b20 2019-10-07 10:51:57 -0500 Python 3.6

Re: @button for displaying all parents of a clone to log pane

2019-10-07 Thread SegundoBob
btheado, Thanks, but your code doesn't work if several positions have the same parent. In this case, multiple links for the positions are displayed, but they all go to only one of the positions. I did not figure out what determines which of the positions wins. SegundoBob -- You received th

Re: Improved asciidoc, asciidoctor and pandoc support

2019-10-07 Thread Offray Vladimir Luna Cárdenas
Hi, Nice to see those additions. In the Leo's documentation, I would expand about why the "pandoc tool must exist". Cheers, Offray On 7/10/19 10:31 a. m., Edward K. Ream wrote: > There are several major features here, spanning several issues, both > open and closed. > > This post will be pre-wr

Re: Success! Sant Mat lineage chart converted from Freeplane to OPML to Leo to LeoVue!

2019-10-07 Thread Matt Wilkie
Great to hear of success from outside the usual suspects developer pool! > Leo was rendered on the web via LeoVue: > http://santmat.livingcosmos.org/surat-shabd-yoga/ssy-leo.html#/t/1 > Unfortunately I get the table of contents on the left but the body pane remains blank. Using the collapsed m

Improved asciidoc, asciidoctor and pandoc support

2019-10-07 Thread Edward K. Ream
There are several major features here, spanning several issues, both open and closed. This post will be pre-writing for Leo's documentation. *Support for @language pandoc* leo/modes/pandoc.py is based on leo/modes/md.py. *Live rendering of asciidoc and pandoc markup* The VR plugin recognizes

Re: Question about running / driving leo 'headless' to integrate it in my own GUI

2019-10-07 Thread Robert Cholette
Many Thanks! 'Real' Editing functionality is coming soon as this first phase of 'leoBridge communication & browsing stability' is almost done. -- Félix On Saturday, August 10, 2019 at 3:49:34 PM UTC-4, Robert Cholette wrote: > > First I'd like to apologize for just asking this on github, I did

Re: Anyone using the pyzo_in_leo plugin?

2019-10-07 Thread lewis
I'm using pyzo_in_leo only to see how useful it can be. It uses a lot of screen area in Leo; pyzo docks have minimum size, so you can't drag them to very narrow space. At least you can toggle pyzo docks on/off if you like. This is one reason think it's good to retain the python_terminal plugin f

Help wanted: #990: neovim plugin

2019-10-07 Thread Edward K. Ream
I have just changed the name of #990 to "Two-way communication between Leo and neovim". At present, this issue is scheduled for Leo 6.2, but it might be the work of just a few hours... neovim uses MessagePack

Anyone using the pyzo_in_leo plugin?

2019-10-07 Thread Edward K. Ream
I'm curious about how much interest there is. Edward -- 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-editor+unsubscr...@googlegroups.com. To view this discuss

Re: @button for displaying all parents of a clone to log pane

2019-10-07 Thread Edward K. Ream
On Monday, October 7, 2019 at 3:41:26 AM UTC-5, Edward K. Ream wrote: > Elegant. Thanks for sharing this with us. Rev cb630a3 in devel adds the show-clones command. The definition is in leo/commands/editCommands.py Edward -- You received this message because you are subscribed to the Google

Re: @button for displaying all parents of a clone to log pane

2019-10-07 Thread Edward K. Ream
On Sun, Oct 6, 2019 at 9:15 PM Brian Theado wrote: the [goto-next-clone] command...feels uncomfortable and slow to me. > ... > this small script button [displays] links to all the clones of the > current selected position. The headline of the parent and the clone is > displayed: > > @button show