aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/spellchecker.js
Commit message (Collapse)AuthorAge
* chore: set default fallback locale for spell-checker to be 'en-US'.Libravatar Vijay A2021-08-09
|
* chore: migrate from tslint to @typescript-eslint (#1706)Libravatar Markus Hatvan2021-07-30
| | | | | | | | | | - update .eslintrc to work for .js and .ts - update devDependencies - lint properly both root /src and nested /packages - update webhint recommended setting for tsconfig.json to shrink output - Manage all eslint rules from the repo root - escape single quotes in scripts to please windows build Co-authored-by: Vijay A <avijayr@protonmail.com>
* Replace 'remote' with 'electron/remote' (#1448)Libravatar Vijay Raghavan Aravamudhan2021-05-26
| | | * Locked new version of 'recipes' submodule with corresponding changes.
* Changed occurrences of 'Franz' to 'Ferdi' (probably missed earlier while ↵Libravatar Vijay A2021-05-17
| | | | catchup from Franz source). [skip ci]
* Synchronize with Franz 5.6.0 (#1033)Libravatar Amine El Mouafik2021-02-08
| | | | | | | Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io> Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Add FAB to service dashboard (#824)Libravatar Bennett2020-06-21
| | | | | | | | | | | | | | | | | | | * Implement #387 * Fix lint * Upgrade to Electron 9 * Remove dependency on electron-spellchecker * Allow multiple languages to be selected * Fix lint * Don't show spellchecker language chooser for macOS * Fix _requireAuthenticatedUser throwing error on startup * Add FAB
* Keep separation of concern between context menu / spellcheckerLibravatar Amine Mouafik2020-03-02
|
* #220 Add setTimeout for spellchecker's attachToInput callLibravatar Amine Mouafik2019-11-27
|
* Fix lintLibravatar vantezzen2019-10-19
|
* Use electron-spellchecker instead of electron-hunspellLibravatar vantezzen2019-10-19
|
* Add toggle to disable universal dark modeLibravatar vantezzen2019-10-17
|
* Merge branch 'release/5.4.0' of https://github.com/meetfranz/franz into ↵Libravatar vantezzen2019-10-02
|\ | | | | | | franz-5.4.0
| * fix(Spell check): Fix spell checker to initialize without loaded dictionaryLibravatar Stefan Malzner2019-10-02
| |
| * Fix spellcheckerLibravatar Stefan Malzner2019-09-27
| |
| * Fix spellchecker integrationLibravatar Stefan Malzner2019-09-27
| |
| * Revert: fix spellcheckerLibravatar Stefan Malzner2019-06-25
| |
| * remove debugging outputLibravatar Stefan Malzner2019-06-11
| |
| * Fix spellchecker integrationLibravatar Stefan Malzner2019-06-05
| |
* | Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
|/
* improved fuzzy searchLibravatar Stefan Malzner2019-02-07
|
* Spellcheck language autodetectionLibravatar Stefan Malzner2019-02-07
| | | | First prototype is based on slack
* Minor recipe plugin polishingLibravatar Stefan Malzner2018-12-08
|
* feat(Service): Add option to change spellchecking language by serviceLibravatar Stefan Malzner2018-12-07
|
* fix(Spellchecker): Dictionaries are now part of app instead of dynamic downloadLibravatar Stefan Malzner2018-12-07
|
* feat(App): Improved spell checker & context menuLibravatar Stefan Malzner2018-11-30
|
* override spellchecker attribute on inputs to enable/disable spellcheckerLibravatar Stefan Malzner2017-12-13
|
* always initialize ContextMenuBuilder but not spellcheckerLibravatar Stefan Malzner2017-12-11
|
* feat(App): Add option to enable/disable spell checkerLibravatar Stefan Malzner2017-11-14
|
* initial commitLibravatar Stefan Malzner2017-10-13