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

Spellcheck works when editing but not when creating new cells #1

Closed leonsp closed 4 years ago

leonsp commented 6 years ago

Thanks for creating this extension!

One issue I've noticed is that spellcheck works when editing Markdown cells, but not when creating a new Markdown cell. Is there a way to expand the functionality to also work when creating new content?

Screenshot

drorata commented 6 years ago

I can confirm the issue.

ijmbarr commented 6 years ago

This issue is due to how the spellchecker applies the overlay mode.

I'm waiting for more information about the jupyterlab internals before I can fix it.

Any suggestions welcome.

krassowski commented 5 years ago

@leonsp @drorata, this is fixed in the latest release.

stevenlis commented 4 years ago

Is there any way to fix the misspelled words?

leonsp commented 4 years ago

@StevenLi-DS It sounds like you may want to open a separate feature request: https://github.com/ijmbarr/jupyterlab_spellchecker/issues/new

I took a quick look and I don't see a way to get suggestions in the current extension.