spellcheck in qutebrowser
Posted 12-28-2021 at 03:43 AM by Michael Uplawski
Updated 12-28-2021 at 03:45 AM by Michael Uplawski
Updated 12-28-2021 at 03:45 AM by Michael Uplawski
Tags config.py, dictionary, qutebrowser, spell-check
If you want to set a spellcheck dictionary for the running session, type
for only one or several languages at once.
To persist these settings, open config.py and add something like:
Found by trial and error as the documentation is ... some way, but could not tell me.
Code:
:set spellcheck.languages ['en-US'] :set spellcheck.languages ['en-US', 'de-DE'] :set spellcheck.languages ['en-US', 'de-DE', 'fr-FR']
To persist these settings, open config.py and add something like:
Code:
# Spellcheck config.set('spellcheck.languages', ["en-US", "fr-FR", "de-DE"])
Total Comments 5
Comments
-
Hello Michael,
if Max-Planck-Gymnasium means something to you, please write me an eMail at jhaberer (at) gmx ...
Thanks
Joachim
P.S. If you are the wrong recipient, sorry!Posted 12-30-2021 at 05:39 AM by JoDerBaer -
I tried a couple "alternative" web browsers when I became unhappy with firefox's IO problems.
The list includes palemoon, seamonkey, k-meleon, qupzilla, dillo, Dooble, and Midori.
None of them work for the modern web (mainly, the support for Web Componenents which
websites and web apps like yahoo mail, linkedin etc. are fond users of).Posted 07-28-2022 at 05:04 AM by ychaouche -
Posted 10-26-2022 at 07:40 AM by Michael Uplawski -
b/c you mentioned qutebrowser?
Posted 10-26-2022 at 09:42 AM by ychaouche -
Logic is overrated.
Posted 12-13-2022 at 12:35 PM by Michael Uplawski