diff --git a/FAQ.md b/FAQ.md index 953b2f7e59..626e44f0c0 100644 --- a/FAQ.md +++ b/FAQ.md @@ -407,6 +407,7 @@ Anything on this list is in random order and *might* be added in the near future * [(195) Why are all messages in the archive folder of Gmail?](#faq195) * [(196) Can you add empty trash on leaving the app?](#faq196) * [(197) How can I print a message?](#faq197) +* [(198) Can you add spell checking?](#faq198) [I have another question.](#get-support) @@ -5562,6 +5563,16 @@ A message is printed as-is, which means that the sender of the message determine
+ +**(198) Can you add spell checking?** + +Spell checking should be provided by the keyboard app for all other apps. +Sometimes, particularly on ChromeOS, spell checking needs to be enabled in the settings. + +That said, LanguageTool, which can be enabled in the miscellaneous-settings tab page, is an excellent style and spell checker. + +
+

Get support

🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23get-support) diff --git a/index.html b/index.html index 37aca00481..7ae5f21cd3 100644 --- a/index.html +++ b/index.html @@ -380,6 +380,7 @@
  • (195) Why are all messages in the archive folder of Gmail?
  • (196) Can you add empty trash on leaving the app?
  • (197) How can I print a message?
  • +
  • (198) Can you add spell checking?
  • I have another question.

    (1) Which permissions are needed and why?

    @@ -2742,6 +2743,10 @@ adb install /path/to/FairEmail-xxx.apk

    Printing is managed by Android for all apps. You should be able to select the paper size, etc. You might need to update or install a driver app for your printer via the Play Store.

    A message is printed as-is, which means that the sender of the message determine the margins, etc.


    +

    (198) Can you add spell checking?

    +

    Spell checking should be provided by the keyboard app for all other apps. Sometimes, particularly on ChromeOS, spell checking needs to be enabled in the settings.

    +

    That said, LanguageTool, which can be enabled in the miscellaneous-settings tab page, is an excellent style and spell checker.

    +


    Get support