Commit Graph

15 Commits

Author SHA1 Message Date
Felix Häusler
e741d6c6a5
Fix preference scaling and improve UX (#2815) 2022-01-02 20:58:14 +01:00
Felix Häusler
1cc2d4e3ca
Update build tools (#2814)
* Update build tools (babel, eslint and webpack)

* Fix karma configuration (unit tests)

* Fix invalid glob path on Windows

* Fix codemirror editor modes location for development

* Break welcome text on smaller terminals

* Fix ESLint error and reduce PlantUML compression level
2022-01-02 18:48:38 +08:00
brainchild0
ebabd949c2
Improve templates in prefs box (#2230)
* Create possible starting point for better formatting in preferences

* Place switches adjacent to labels rather than beneath

* Include an example of component groups

Co-authored-by: Ran Luo <ransixi@gmail.com>
2021-12-25 20:23:27 +08:00
Felix Häusler
d2fb5a1f3e
Make global menu fields mutable (#2407) 2020-11-30 22:15:49 +01:00
Felix Häusler
1e7ff90685
Release v0.16.2 (#2200)
Bump version to 0.16.2 and update documentation.
2020-06-18 21:57:23 +02:00
brainchild0
b71b6ffccf
Conform user-interface text to conventions for trailing punctuation (#2209) 2020-06-18 12:58:59 +02:00
Felix Häusler
44e15a34b7
Update dependencies (#2199) 2020-06-08 14:03:30 +02:00
brainchild0
c79f84e5cb
Improve English grammar in user-interface text. (#2075) 2020-06-07 12:57:29 +02:00
Felix Häusler
6263d18eb3
Disable and hide unnecessary settings options (#2138) 2020-05-31 15:20:32 +08:00
Ran Luo
fe641a67f0
fix context menu on macos (#1993)
* fix context menu on macos

* update yarn.lock

* update lock file

* try to fix CI error

* try to fix CI error
2020-03-25 10:54:53 +08:00
Ed Luff
9dda975d9b
fix: grammar (#1970)
* docs: grammar

* preferences: grammar

* renderer/prefs: grammar

* render/prefs/editor: grammar fixes

* Update index.vue

* fix (renderer/prefs/general): grammar

* grammar

* prefs/spellchecker: grammar

* incorporate feedback

* slight tweaks to wording
2020-03-17 19:02:33 +01:00
Felix Häusler
245962a6a1 Add Windows spell checker and fixes (#1624)
* Add Windows spell checker and fixes

* Fix build failure on macOS

* Fix preference visibility
2019-11-08 00:25:24 +08:00
Felix Häusler
ba3e6f6110 Improve spellchecker UX (#1575) 2019-11-02 01:37:31 +08:00
Ran Luo
8e32838b8a Feature: support markdown extension superscript and subscript (#1531)
* Feature: support markdown extension superscript and subscript

* Update readme file

* Fix: theme setting error

* fix issue in comment

* Fix some typo
2019-10-26 17:15:49 +02:00
Felix Häusler
603ed04ab1 Add experimental spellchecker (#1424)
* 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
2019-10-17 15:54:09 +08:00