jupyterlab-contrib / spellchecker

Spellchecker for JupyterLab notebook markdown cells and file editor.
BSD 3-Clause "New" or "Revised" License
205 stars 20 forks source link

How to add custom words to the dictionary? #38

Closed stefaneidelloth closed 3 years ago

stefaneidelloth commented 3 years ago

If there is a word that is spelled correctly I would like to have a context menu option to add it to (a wanted) dictionary.

krassowski commented 3 years ago
  1. Update the extension to the newest version (0.1.10) with:
jupyter labextension update @ijmbarr/jupyterlab_spellchecker
  1. Refresh window with JupyterLab (or restart it),

  2. Use the context menu over a word you want to save (via Ignore option), or go Advanced Settings Editor, see gif below:

ignore

stefaneidelloth commented 3 years ago

Thanks a lot!