spellchecker
spellchecker copied to clipboard
Spellchecker for JupyterLab notebook markdown cells and file editor.
Hi, I use jupyter lab for coding and writing latex documents. It would be wonderful if we could activate spellchecker in .tex files opened in jupyter lab.
I was wondering if [LanguageTool](https://languagetool.org/) could be used instead of spell checking. Users could setup a http server and spellchecker could send requests to the API. The more general question...
Typo.js has its limitations (issues with German, no support for adding custom words, no support for combining multiple dictionaries (e.g. English + medical English)) and we may want to consider...
## Description The provided dictionary files & are not recognized. After renaming to & it is working well. ## Reproduce After installing the spellchecker, I changed the setting to. ```...
In addition to markdown cells, I would also like to see spell checking for code cells to find typos in variable and function names.
## Description When you click on a word, suggestions correctly come up, but when you click at the end of a word, it knows the word is misspelled, but there...
Sometimes I have long notebooks that I created a while ago. When I go back I sometimes spot errors, but it requires me to enter the markdown cell to see...
To reproduce: 1. Create a markdown cell with text: "test.csv" 2. See csv highlighted as an unknown word 3. Try to ignore it from context menu 4. See that it...
We may want to move the existing dictionaries (especially the heavier ones) into separate sub-packages e.g. `jupyterlab-spellchecker-de_AT` (each German dictionary weighs 4.4 MB). After #74 this becomes trivial as we...
Hi! Just installed the extension. First it highlighted every word (even those spelled correctly). I re-installed it. Now it doesn't highlight any misspelled words. ``` jupyter core : 4.7.1 jupyter-notebook...