You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
In sync with Leo 6.8.7, these releases bring major performance boosts, new @leo <path> support, and more!
🚀 LeoJS 1.0.14
This version brings major performance improvements and new features from Leo 6.8.6 and 6.8.7:
A huge optimization: Opening skips unchanged @clean files. Leo keeps track of when it last wrote each external file with the _mod_time uA.
Support for @leo <path> nodes: You can now include and link to other Leo outlines.
New open-at-leo-file command and c.makeLinkLeoFiles() method to easily create top-level outlines linking to sub-outlines.
New export-html-outline-viewer command: Export your outline as a fully self-contained, read-only HTML page with outline browsing, searching, hoisting, marking, and more.
🧩 LeoInteg 1.0.25
- Added support for @leo <path> nodes (requires Leo 6.8.7).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
Zoom.Quiet, Thank you very much for this bug report :)
Can you please open the Developer Tools? You can do that by pressing CTRL+SHIFT+P and typing 'devel' like in this screenshot to then choose that entry:
This will open a panel that looks like a browser console similar to the screenshot below, can you spot some errors related to LeoJS when you open it? Please post what you see when you open that developer tools console:
This is what I see when I open some big Leo files, there is no bug on my machine so I'm very curious as to why it crashes on your machine! Those error in pink/red are comming from other stuff and are not a problem, but on your machine there should be error messages related to your instance of LeoJS that creashes and restarts repeatidly.
Thank you very much for helping fixing this!
Félix
Félix
unread,
Oct 16, 2025, 9:29:50 PMOct 16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
Dear Zoom.Quiet, Another test you could do if you can:
Does this happen when opening vscode in a workspace where LeoJS tries to open file(s) upon loading? If so can you share that file for me to try with if it does not contain any sensible information?
Can you try opening vscode by right-clicking in a new, empty folder, so that it is considered a workspace for which no .leo files will be automatically opened at startup. (LeoJS tries to reopen the last opened files PER WORKSPACE) When doing so, does LeoJS also crashes/reload in loop at startup even when starting up without trying to open any .leo files?
Here is what I mean:
And then this should open vscode with LeoJS without any pre-opened file (and hopefully without crashing):
Thanks for trying this out for me! :)
Félix
Félix
unread,
Oct 16, 2025, 9:41:26 PMOct 16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
Here is yet another test you could do: Does opening vscode in the same workspace that crashes with 1.0.14 does actually also crash with the older 1.0.13 version?
You could make sure of this by forcing the install of LeoJS to be the older 1.0.13 version like so (Click the down arrow on 'uninstall', this will offer to install instead an older version) :
Thank you again for trying this to make sure you reliably reproduce the bug only with 1.0.14 and not 1.0.13.