Unnecessary return statements were removed.
Renamed isLocalImage to imageIsLocal.
Changed getImageInfo function to return the absolute path of the image.
Removed file:// scheme from the path given to shell.openPath().
* 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.
* A task checked should update related task
* Improve code quality
* feat: add a option for autoCheck
* refactor: put autoCheck in Editor part
* refactor: refactor some functions and methods
1. fix autoCheck was not passed to the editor
2. put getParentCheckBox and cumputeChecboxStatus functions in utils folder.
3. put setCheckBoxState, updateParentsCheckBoxState, updateChildrenCheckBoxState
and listItemCheckBoxClick methods in clickCtrl.js file.
* Add command palette and quick open dialog
* Fix format and paragraph commands
* Adjust style and allow to reset list/quote
* Adjust UI and fix some issues
* Add custom placeholder
* 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