Leo-Web continues getting closer and closer to full-featured Leo workflow support directly in the browser. Check it out at
On top of sharing the same bug fixes as LeoJS (see below), since it uses the same core source code, Leo-Web 1.0.15 now also
I've converted and included the original Leo's global abbreviations (date, html, etc...) For example, the provided default date abbreviation included in leoSettings.leo is now given as
date;;={|{return new Date().toString().slice(0,24)}|}its Python version was
date;;={|{x=time.asctime()}|}I have also included a 'zen' abbreviation to demonstrate asynchronous function calls:
zen;;={|{return (await fetch("https://api.github.com/zen")).text();}|}Thanks to Viktor, Rob and all other leonistas who have made suggestions and filed bug reports since last month's release !
Below are the changelogs for LeoJS and LeoInteg versions
LeoJS 1.0.15- Fixed imports so that @language is added at the start of a newline. Mirror of Leo's #4473.
- Fixed import-text-file. Mirror of Leo's #4484.
- Made the "Set LeoID" command available after startup.
- Fixed editFileCommands by adding summary_diff_two_revs and its helpers. Mirror of Leo's #4502, #4513, and #4517.
- Fixed flatten-outline-to-node as per Leo's #4485.
- Fixed LeoExternalFiles so that updating external files no longer changes c.p.
- Fixed untitled titles to use the proper number suffix when multiple untitled files are open.
- Made newHeadline the default string for new headlines.
- Fixed double-clicking on headlines containing a UNL to follow that link.
- Fixed body pane URL links to also support direct "gxn:" links (non-UNL).
- Fixed a bug in goPrev related to selecting previously visited nodes.
- Fixed HTML exporter by properly escaping reserved characters such as tag brackets and ampersands.
- Fixed an ignored config check for external file change settings in ExternalFilesController.
- Fixed dirty node handling in ExternalFilesController when reading modified files. Mirror of Leo's #4566.
- Fixed goto-prev-marked command.
- Added commands for the quick-find methods history, timeline, find-quick-selected, changed, and marked.
LeoInteg 1.0.27- Fixed support for minibuffer import-any-file and import-text-file command aliases.
- Fixed body pane URL links to also support direct "gxn:" links (non-UNL).
- Fixed double-clicking on headlines containing a UNL to follow that link.
You can grab those updates via auto-update, or manually from my
VSCode Marketplace page or my
Open VSX Registry for VSCodium page.
⭐ Thanks for starring the repositories on GitHub to help others discover them ⭐
Félix