leojs icon indicating copy to clipboard operation
leojs copied to clipboard

Leo Literate Editor with Outline in Typescript

Results 18 leojs issues
Sort by recently updated
recently updated
newest added

I tried to import a javascript file using the minibuffer command _import-file_ but it failed repeatedly with the following message: ``` EntryIsADirectory (FileSystemError): Error: EISDIR: illegal operation on a directory,...

bug

Regardless of vs-code's `debug.internalConsoleOptions` setting, LeoJS shows the Console on startup. This is a minor irritation, but I would like to see it fixed. **Update**: As a workaround, I added...

enhancement

One of my common outline patterns is: ```python @language rest notes about an issue @language python ``` followed by python child nodes relating to the issue. Bug: LeoJS colorizes the...

bug

Most of leoRst.ts is implemented, but the following lines importing the 3rd party libraries to handle restructured text (rST) in leoRst.py can not easily be reproduces in leoRst.ts, preventing the...

enhancement
help wanted

When running on the web, an opened workspace is required for the filesystem to have a 'relative URI' to work from. When running on desktop, this is not enforced and...

bug

Showing a GNX above the panel with the body text is not helpful since it doesn't help the user know anything useful. Either it should be a path-based UNL or...

enhancement

As if the external file check was still active from the old commander or something... :/ (Just an annoying notification that does not corrupt files, but still a very annoying...

bug

A lot more syntax coloring for various other file-formats and languages could be easily supported just by finding the same config file that VSCode uses for those same types of...

enhancement
good first issue

I noticed that when I open an outline, I see buttons that I've defined in _myLeoSettings.leo_. But they don't work since they contain Python code that works with Leo. Also,...

enhancement

I'm not a big fan of icons in general. Here are two (somewhat conflicting!) suggestions: - Add an option to suppress the icons in the 'Outline' pane. These icons obscure...

enhancement