jupyterext-text-shortcuts
jupyterext-text-shortcuts copied to clipboard
A Jupyter Lab extension for keyboard text shortcuts
The text-shortcuts extension is not compatible with JupyterLab 4.x.x. There are mainly two reasons for that: - The `jupyter labextension install` command is deprecated, and JupyterLab v4 only accepts installation...
`jupyter labextension install` is deprecated, extensions should be pre-built and distributed via PyPI ```console $ jupyter labextension install @techrah/text-shortcuts (Deprecated) Installing extensions with the jupyter labextension install command is now...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
After I install this extension, I found `shift +CMD+ M` will not return `%>%`, and which return `|>` is not RStudio default settings.
Thanks a lot for this plugin! It works great, especially for the R assignment operator and pipe in jupyter notebooks. However, I was trying to get the same shortcuts to...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Hi, thanks for all your work! I noticed that if I assign a list to the `kernel` key, the shortcut doesn't work. It would be nice to be able to...