spellchecker icon indicating copy to clipboard operation
spellchecker copied to clipboard

do not check when there is another language

Open Firestar-Reimu opened this issue 10 months ago • 6 comments

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 no CJK dictionary is supported

You can disable checking when CJK characters are detected.

Firestar-Reimu avatar Apr 26 '24 06:04 Firestar-Reimu

As for now no CJK dictionary is supported

Did you try with a dictionary and saw it fail, or did you assume it is not supported because it is not shipped by default?

For example https://github.com/LibreOffice/dictionaries/tree/master/ko_KR should work. If it does not we should fix it in the extension. See https://github.com/jupyterlab-contrib/spellchecker?tab=readme-ov-file#adding-dictionaries---example for instructions on how to add dictionaries.

krassowski avatar Apr 26 '24 12:04 krassowski

Or maybe spellcheck should not check code blocks and especially comments in code blocks.

Firestar-Reimu avatar May 09 '24 12:05 Firestar-Reimu

Or maybe spellcheck should not check code blocks and especially comments in code blocks.

You can disable checking spelling in comments in settings.

krassowski avatar May 09 '24 13:05 krassowski

图片 I turned it off but it still check my comments

Firestar-Reimu avatar May 10 '24 02:05 Firestar-Reimu

Does it persist after refreshing/reloading page?

krassowski avatar May 10 '24 09:05 krassowski

It persist after refreshing/reloading page/restaring kernel/shut down jupyterlab and re-open

Firestar-Reimu avatar May 11 '24 04:05 Firestar-Reimu