Re: A Script To Display The Viewrendered3 Pane in the Same Place s The Body

2024-05-13 Thread HaveF HaveF
Thomas, your private email on this topic was a Eureka moment for me. I realized that we Leo devs aren't aware of the hierarchy of Leo's Qt widgets. Yes, we don't know...here is a nice version of the output . I'll say more l

Re: leo-to-html HAS STOPPED WORKING

2024-05-13 Thread Thomas Passin
On Monday, May 13, 2024 at 8:18:56 PM UTC-4 chr...@gmail.com wrote: OK, it *WORKS*. ... *THANK YOU SO MUCH THOMAS!* I got the job done just as my nightly backups started, ruthlessly hogging the CPU of the laptop I was using. Glad I could help! By the way, several other plugins don't work a

Re: leo-to-html HAS STOPPED WORKING

2024-05-13 Thread chr...@gmail.com
OK, it *WORKS*. My correct path was indeed C:\leo-editor-master\leo\plugins\, and I now remember that what's in C:\Python311\Lib\site-packages\leo-6.7.7.dist-info\ (NOT \leo) is a bunch of stuff that I guessed was like pointing to the actual source directory (leo-editor-master). I downloaded the

Re: leo-to-html HAS STOPPED WORKING

2024-05-13 Thread Thomas Passin
On Monday, May 13, 2024 at 6:33:18 PM UTC-4 chr...@gmail.com wrote: OK, so that's why it wouldn't work: I copied it in C:\leo-editor-master\leo\plugins\ I don't even know the difference betweenl eo-editor-master and the install that's in Python site-packages. I assumed that you were trying

Re: leo-to-html HAS STOPPED WORKING

2024-05-13 Thread chr...@gmail.com
OK, so that's why it wouldn't work: I copied it in C:\leo-editor-master\leo\plugins\ I don't even know the difference betweenl eo-editor-master and the install that's in Python site-packages. I'MM A SELF-TAUGHT GUY except for one semester of BASIC on Apple 2 around 1982, fer chrissakes. But I

Re: leo-to-html HAS STOPPED WORKING

2024-05-13 Thread Thomas Passin
Yes, once you find the leo-to-html.py file, download it and then copy into your Python install's *site-packages/leo/plugins* directory. To find that location, open a terminal or console and run py -m pip show leo NOTE - use the actual command that you use to run Python if it's not "py". The r

Re: leo-to-html HAS STOPPED WORKING

2024-05-13 Thread chr...@gmail.com
OK, found it On Monday, May 13, 2024 at 9:48:26 PM UTC chr...@gmail.com wrote: > On Monday, May 13, 2024 at 8:06:29 PM UTC tbp1...@gmail.com wrote: > > I have created a pull request, 3907 > , that gets this > plugin working again. At least, i

Re: leo-to-html HAS STOPPED WORKING

2024-05-13 Thread chr...@gmail.com
On Monday, May 13, 2024 at 8:06:29 PM UTC tbp1...@gmail.com wrote: I have created a pull request, 3907 , that gets this plugin working again. At least, it works when outputting just the headlines. If anyone wants to try it out before the P

Re: leo-to-html HAS STOPPED WORKING

2024-05-13 Thread Thomas Passin
This PR has been merged into the *devel *branch, if you need it before the next general release of Leo. On Monday, May 13, 2024 at 4:06:29 PM UTC-4 Thomas Passin wrote: > I have created a pull request, 3907 > , that gets this > plugin working

Re: leo-to-html HAS STOPPED WORKING

2024-05-13 Thread chr...@gmail.com
@tbp1...@gmail.com *What is the latest release where you know it worked?* Maybe November, not sure at all. -- 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-

Re: leo-to-html HAS STOPPED WORKING

2024-05-13 Thread Thomas Passin
I have created a pull request, 3907 , that gets this plugin working again. At least, it works when outputting just the headlines. I haven't tested it including all the body text. But I think it should work as it did before. As for that *Pr

Re: leo-to-html HAS STOPPED WORKING

2024-05-13 Thread Thomas Passin
I don't know why it's not working, but I do know why the submenus aren't appearing. It's because the plugin is trying to add its own menus under the *File/Export...* menu. But that's been renamed and is now *File/Export Files*. The plugin code will have to change to match that name. Even be

leo-to-html HAS STOPPED WORKING

2024-05-13 Thread chr...@gmail.com
*...and it's a major-urgent-pain-in-the-neck for me!* - None of the plugin submenus appear in the File > Export Files... menu - The plugin is correctly enabled in myLeoSettings.leo - There is no "@bool leo_to_html_no_menus = True" anywhere - I have a ~450 headlines outline, so I tried with a 3-l

Re: A Script To Display The Viewrendered3 Pane in the Same Place s The Body

2024-05-13 Thread jkn
Hey, that looks like great fun! On Monday, May 13, 2024 at 3:00:58 PM UTC+1 Edward K. Ream wrote: > On Sunday, May 12, 2024 at 4:17:19 PM UTC-5 tbp1...@gmail.com wrote: > > I have devised a script that can [swap the body and VR3 panes]. You can > put it into a button for easy activation, or yo

Re: A Script To Display The Viewrendered3 Pane in the Same Place s The Body

2024-05-13 Thread Edward K. Ream
On Mon, May 13, 2024 at 9:38 AM Thomas wrote: >> Thomas, your private email on this topic was a Eureka moment for me. I realized that we Leo devs aren't aware of the hierarchy of Leo's Qt widgets. > That's an understatement! - at least for me... It explains why I had so much trouble discovering

Re: A Script To Display The Viewrendered3 Pane in the Same Place s The Body

2024-05-13 Thread Thomas Passin
On Monday, May 13, 2024 at 10:00:58 AM UTC-4 Edward K. Ream wrote: On Sunday, May 12, 2024 at 4:17:19 PM UTC-5 tbp1...@gmail.com wrote: I have devised a script that can [swap the body and VR3 panes]. You can put it into a button for easy activation, or you could make it into a command in the

Re: A Script To Display The Viewrendered3 Pane in the Same Place s The Body

2024-05-13 Thread Edward K. Ream
On Sunday, May 12, 2024 at 4:17:19 PM UTC-5 tbp1...@gmail.com wrote: I have devised a script that can [swap the body and VR3 panes]. You can put it into a button for easy activation, or you could make it into a command in the Settings tree and bind it to a keystroke. Thomas, your private ema

Re: A Script To Display The Viewrendered3 Pane in the Same Place s The Body

2024-05-13 Thread Thomas Passin
Thank you, Lewis, much appreciated! I'll be posting an improved version of the script later today. I've already added it as a vr3- command and button to my own MyLeoSettings.leo outline. On Monday, May 13, 2024 at 3:31:23 AM UTC-4 lewis wrote: > Thomas, > Thanks for the script. I really appreci

Re: A Script To Display The Viewrendered3 Pane in the Same Place s The Body

2024-05-13 Thread lewis
Thomas, Thanks for the script. I really appreciate the effort you have put into improving the VR3 functionality. -- 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 l