Iām not a native English speaker, but I do a lot of stuff with it.
I also native in 2 other languages that I use on daily basis.
Currently I use English spell check but itād be very useful if it could do few of them (ex. like slack does that, it automatically understand which language you type)
It might be a case that that people that use dynalist live in the countries where they also use native language to own stuff and English for communication with people in other countries.
For example if you are developer you might work with people around the world but writing down things in English make a lot of sense if you going to share it later. But in other hand stuff they do for themselves or for own projects, people might do in the native lang.
Having ability to have multilang support might help a lot for this cases.
I believe in the desktop app you can set which language you want the spellchecker to check, given your OS supports that language.
Iām not sure how Slack does it, are they spellchecking two languages mixed in the same message? Or do they detect the language on a per message basis?
Hi @Erica They used to detect word language somehow per word (but it broken now with their last āWYSYWIGā updated.
But still chrome know how to do it properly.
Maybe you can take look on https://github.com/electron/electron/pull/20692
Looks like Electron 8 has built in spell check that should work like same as built in chrome.
I see what you mean! I believe our current spellchecker doesnāt have the capability to support multiple languages at the same time, but the electron built in spellchecker looks very promising!
I wish they have done this earlier as it was a pain to even get the current spellchecker working, but hopefully once itās released we can begin migrating!
An alternative to this might be to allow setting the language on a per-document basis, which would allow using the current spellchecker plugin for Electron. Perhaps the ideal location would be to add a setting in the right-click dropdown menu when selecting a document in the āMy Filesā tab.
Currently getting around this by changing the app-level spell checker when I need to edit / proofread documents in Spanish or Mandarin, which is workable (but not ideal )
Just to update on this: there seems to be some serious/breaking bugs with Electron 8.0.0 and 8.0.1 right now so weāre going to at least wait until theyāre ironed out in later patches.
Iāve tinkered with it a little bit. Itās mostly undocumented but I managed to get something working.
Right now I have an issue filed for a broken functionality but the electron team has largely ignored it. Iām guessing itās not a critical issue to be resolved for them so itās not getting on the priority list.
Meanwhile Iāll try to figure out how to update the settings UI to support this change later.
I just tried to enable spell-checker on my Windows/Dynalist app. It successfully works in english, but I see no way in Settings to change it to any other language. Iām not talking about āmulti-language at onceā functionality - Iām OK even with just one language at a time. Based on discussions on these forums I was under impression that it was previously possible. Where should I be able to find this setting?