64

Better spell checking


Avatar
Ronja Soopan

Writing in another language than English triggers spelling check – meaning all text is underlined with red. This makes it very disturbing to work on texts. Would suggest an option to turn this off.


A

Activity Newest / Oldest

Avatar

Boris Badinoff

Not being able to toggle spell cheking on/off, or better yet have access to multiple dictionaries is a clear oversight.

What about:

🌐 People who use English for work, but use another language in daily life and may want to use it for personal notes.

🌐 People who speak several languages, and keep notes or tag resources in multiple languages, as is often the case when you work at the European level.

❓ Mem X ❓ One of the standard use of large language models is to translate documents. Can't use Mem if the non-English text is massively underlined in red, as if choke-full of typos.


Avatar

Anis Hamoudi

allow us to turn it off.


  • Avatar
Avatar

Zane Pickett

This might be a good opportunity to offload the maintenance/development to someone like developer.grammarly.com/


  • Avatar
  • Avatar
Avatar

CARLOS - EL COACH

Accent in spanish language, dont allow to do. Exe: é or á (option e, option a)


Avatar

Fabricio Parola

for who wants to disable spellchecking, this hack can help
press ctrl + shift + i or view > toggle developer tools, open the console and paste
```
setInterval(() => {
const [, editor] = document.querySelectorAll('.ql-editor')
if (editor.spellcheck) {
editor
.querySelectorAll('*')
.forEach(element => element.spellcheck = false)
editor.spellcheck = false
}
}, 1000)
```
it disables checking until the app is closed


  • Avatar
Avatar

Fabricio Parola

any tip to at least unable spell check today ? it is a really hard feature? cause Memo is a fantastic app and this tiny bug is making everyone who has another main language suffer


Avatar

Rafael Hernandez

Would love to be able to integrate Grammarly


  • Avatar
Avatar

_____

I dont know if thats intentional, missing, caused by something on my end or not- spell checking is on in mem desktop(windows) and i cant find how to turn it off... and english not being my main language makes mem unusable for me this way


  • Avatar
Avatar

Mike Soylu

Merged with: Can`t disable spell check on mem windows

Avatar

_____

I came back to mem after being away since the first beta and just installed the desktop app (windows). Problem is english is not my main language- and every mem i open or write becomes underlined in red wich is extremely distracting for me, even just a few what to say of entire phrases and paragraphs.

I double check my windows typing settings and spellchecking, turned off so it isnt on windows end. On the app i can right click individual words and choose changes or add to dictionary, but i wont be adding my entire language. No option to just turn it off that i could find.

Even when im writing a document i want spell checking, i leave it off- and i only ever turn it on before finishing for review.

How can i turn spell checking on/off?

Mem should have a global setting to toggle it.

PS: mem becomes unusable for me this way.


Avatar

Mike Soylu

Merged with: Turn off Spellchecking

Avatar

Michael Vail

Support spellcheck in multiple languages.


Avatar

Chris Sturtevant

Dictionary For Words to Prevent Automatic Spell Correction


Avatar

Mike Soylu

Merged with: Dictionary For Words to Prevent Automatic Spell Correction

Avatar

Mike Soylu

Status changed to: Planned