use electron 8 spellchecker instead of electron-spellchecker, WIP

This commit is contained in:
zadam
2020-02-28 22:07:08 +01:00
parent a2d6a5c3e9
commit 16f42dd4ab
30 changed files with 98 additions and 74 deletions

View File

@@ -16,11 +16,11 @@ const TPL = `
<br/>
<div class="form-group">
<label for="spell-check-language-code">Language code</label>
<label for="spell-check-language-code">Language code(s)</label>
<input type="text" class="form-control" id="spell-check-language-code" placeholder="for example &quot;en-US&quot;, &quot;de-AT&quot;">
</div>
<p>Changes to the spell check options will take effect after application restart.</p>
<p>Multiple languages can be separated by comman. Changes to the spell check options will take effect after application restart.</p>
</div>
<div>