Re: Leo for VSCode: LeoInteg 0.1.17 (second beta) Released!

2021-08-16 Thread tbp1...@gmail.com
I also have tested the rst3 command with success. Also, my Sphinx build script ran correctly with CNTL-B after the rst3 command created the rst file for Sphinx to use.. On Monday, August 16, 2021 at 11:13:51 PM UTC-4 viktor@gmail.com wrote: > Hello Felix, > > Félix schrieb am Montag, 16.

Re: Leo for VSCode: LeoInteg 0.1.17 (second beta) Released!

2021-08-16 Thread Viktor Ransmayr
Hello Felix, Félix schrieb am Montag, 16. August 2021 um 07:48:00 UTC+2: > *Leonistas of the world can now try out the second beta release!* > > I'm delighted to announce that leointeg > (Leo for VSCode) is > now at its second 'beta'

Re: Leo for VSCode: LeoInteg 0.1.17 (second beta) Released!

2021-08-16 Thread Félix
*> I pulled master and did npm install.* Please install the real vsix compiled extension file instead. For testing purposes, I would not recommend using via the git repo with the run and debug command from vscode (F5) instead of simply installing the plugin with the vsix file. Main reason is

Leo 6.4b2 released

2021-08-16 Thread Edward K. Ream
Leo 6.4b2 is now available here . Many thanks to all who have contributed. This b2 release is for internal testing. At present, I plan to announce only 6.4 final to the wider world. Please test and report any problems. Thanks.

Re: Leo for VSCode: LeoInteg 0.1.17 (second beta) Released!

2021-08-16 Thread Edward K. Ream
On Monday, August 16, 2021 at 5:13:40 AM UTC-5 Edward K. Ream wrote: I installed leointeg from git as usual. The installation went fine. I pulled master and did npm install. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To

Re: Leo for VSCode: LeoInteg 0.1.17 (second beta) Released!

2021-08-16 Thread Edward K. Ream
On Mon, Aug 16, 2021 at 12:48 AM Félix wrote: *Leonistas of the world can now try out the second beta release!* Congratulations on all the work you have done! I installed leointeg from git as usual. The installation went fine. Starting vs-code with `code .` from the leointeg folder was

Re: Leo for VSCode: LeoInteg beta 0.1.16 released

2021-08-16 Thread Edward K. Ream
On Sun, Aug 15, 2021 at 9:39 PM Félix wrote: And please remember to 'star' leointeg in the upper right corner at > https://github.com/boltex/leointeg if you havent already ! Done! Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To

Re: Leo for VSCode: LeoInteg beta 0.1.16 released

2021-08-16 Thread Edward K. Ream
On Sun, Aug 15, 2021 at 3:12 PM Viktor wrote: > Rst3 is a command in Leo, which transfers a reStructuredText (rST) [1] source document into multiple output formats... > As far as I know rst3 is not a plugin - but - is considered part of Leo's core. That's correct. See leo/core/leoRst.py.