You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a spelling error is detected, a list of suggested correct words is provided. However, if the correct spelling is not in that list, there seems to be no way to instruct the software to add the actual correct word to the list. It would be very useful to be able to do this.
Also, for English, the misspelled word "iz" does not receive the suggestion "is", which is odd.
Thanks.
The text was updated successfully, but these errors were encountered:
Plugin uses Hunspell library (by default at least), this library unfortunately does not support changing suggested words and they are just generated based on dictionaries used. I guess something on top of the library can be added to improve suggestions' list based on user input but I don't think it's an easy thing to implement, since we have to also come up with file format to store this and so on.
When a spelling error is detected, a list of suggested correct words is provided. However, if the correct spelling is not in that list, there seems to be no way to instruct the software to add the actual correct word to the list. It would be very useful to be able to do this.
Also, for English, the misspelled word "iz" does not receive the suggestion "is", which is odd.
Thanks.
The text was updated successfully, but these errors were encountered: