spellchecker icon indicating copy to clipboard operation
spellchecker copied to clipboard

Spellchecker for JupyterLab notebook markdown cells and file editor.

Results 27 spellchecker issues
Sort by recently updated
recently updated
newest added

Currently we pre-load all dictionaries as they are a part of the pre-build bundle. This is wasteful as an average user does not use more than 1-3 languages at once....

The hacky implementations of the suggestions menu is sub-optimal. Two ideas to improve it: - use [onBeforeAttach](https://github.com/jupyterlab/jupyterlab/blob/ae9300a4eaf09fa42f17ca56c7409104721649d6/packages/filebrowser-extension/src/index.ts#L950-L976) - implement a fix upstream see https://github.com/jupyterlab/lumino/issues/98

In many cases, this extension is checking the spelling in "code" cells. Is this expected behavior? Can this behavior be turned off? ![Screenshot 2024-01-22 at 1 52 49 PM](https://github.com/jupyterlab-contrib/spellchecker/assets/18489667/55a0d3ab-e6f5-40f3-9c69-dde71db462c5)

bug

Not really being able to install too muh extensions, I was wondering if there would be a way to use this as a cell magic. That is something like blackcellmagic:...

enhancement

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies
maintenance

## Description The `wavy-underline` setting uses text-decoration which is expensive to render. In a lorem ipsum with 150 paragraphs (13 227 words), most of which get highlighted this can lead...

bug

I use Chinese with English, so that all the Chinese characters will be marked as wrong spelling But I cannot find where to turn off spell checking As for now...

enhancement