* Replace node-spellchecker with Electron builtin spellchecker
* Fix word match unit tests
* Fix issue to enable spell checker if it was disabled at startup
* Fix spell checker was always disabled on macOS
* Code cleanup
* Fix circular dependency in Muya
Fix circular dependency between config/index.js and utils/index.js in Muya.
Replaced the key manager by atom-keymap to support non-US keyboards and
dead key translation on macOS and Windows. In addition, a GUI for key
bindings was added.
* Removed the space in 'Mark Text' (#2763)
Literally just replaced all occurances of 'Mark Text' with 'MarkText' using sed.
This is directly related to #2763.
* Revert changes to .github directory
Reverted changelog etc.
* Added `cs` alias for `csharp` in code blocks (Fixes#2760)
* Added error handler in the renderer process (should fix#2758)
The `src/muya/lib/contentState/clickCtrl.js` file will now return if
`document.querySelector` fails to find an element.
* Experimental spellchecker for testing purpose
* Fix 'apache' license validation
* Use local electron-spellchecker for development
* Add settings and bug fixes
* Fix Hunspell switchLanguage bug and improvements
* Fix attach to editor when enabling spell check again
* Add Hunspell license
* Copy default Huspell dictionary on first start
* Fix full language name
* Some code improvements
* Allow to add words to user dict and bug fixes
* Allow to change Muya's spellcheck container attribute
* feat: Don't underline misspelled words
* Allow to set Hunspell on macOS
* Fix spellchecker changed value
* Refactor switchLanguage, init and enableSpellchecker
* Refactor and some fixes
* Code improvements
* electron-spellchecker cleanup and optimization
* Disable automatic language detection for Hunspell
* Fix init on macOS and update JSDoc
* Fix macOS issues and some improvements
* Load single settings value only
* Fix rebase
* Remove debug code
* Move electron-spellchecker to scoped npm repo
* Fix dictionary of ignored words on macOS
* Move replaceWordInline to core API
* Remove comment block
* Fix upstream lint error