andrepolischuk / keep

Desktop app for Google Keep packaged with Electron
The Unlicense
410 stars 70 forks source link

Added spellcheck functionality using electron-spellchecker library #34

Closed steven-kraft closed 1 year ago

steven-kraft commented 5 years ago

Added spell-checking functionality using electron-spellchecker

sudo apt-get install libx11-dev libxkbfile-dev is now needed for linux builds I think. I modified
.travis.yml to deal with this change. Not sure if there is a better solution.

Should resolve #28