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

Workaround the spellchecker not working in new cells #10

Closed krassowski closed 5 years ago

krassowski commented 5 years ago

Dear @ijmbarr,

Thanks for maintaining the spellchecker, I find it very useful. I come up with a way to work around issue #1 (the spellchecker not being active in newly created cells) simply by moving the editor overlay setup to the end of JS execution queue.

Would you consider merging this minor change into your extension?