-
We have enabled the spellchecker in our electron desktop app, but it does not work in the most important place - the editor. We are using the TinyMCE editor.
Here is the way we build our app:
```
…
-
The SpellChecker doesn't work when booting the app; it needs to be turned off and back on again in order to work.
**Repo steps:**
1) Open the app with the SpellChecker toggle enabled in Settings
…
-
As this tool is used for generating reports that are sent to clients a built-in spellchecker would be really nice to have.
-
When trying to install this package for use in an Electron 4.0.7 Application I get the following error:
(i have both python 2.7 and 3.6 installed)
```
C:\Users\daniel\Desktop\electronApp>npm in…
-
![image](https://user-images.githubusercontent.com/3233724/64925447-f4c22d80-d7f0-11e9-88a7-2370f65c7034.png)
The squiggly underlined word includes the `t` from `\t`, which has a different color an…
-
More detail in trello
-
Before releasing, it would be nice to run the entire book through something like grammarly.
-
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 becom…
-
We now nicely remove the redundant "Languages" menu entry from the spellchecker popup.
However, in doing that we create a jiggle which doens't allow a smoot UI. I am seeing this:
1) Popup displays
2…
-
Error when switching spellchecker language to german
I switched
Document language
Editor language
Default languge
I can provoke Error by switch from english to german but not by switching from germa…