profanity-im / profanity

Ncurses based XMPP client
https://profanity-im.github.io/
Other
1.33k stars 186 forks source link

Spellchecking #183

Open boothj5 opened 11 years ago

boothj5 commented 11 years ago

Some users have requested some form of spell checking, hinting etc.

boothj5 commented 10 years ago

This looks like the library for the job:

http://hunspell.sourceforge.net/

MalsR commented 9 years ago

Yeah, this should be a handy feature.

10-4

Mic92 commented 3 years ago

Is the plugin api powerful enough to implement this?

jubalh commented 3 years ago

Honestly I can't say. I never read the API code nor developed a plugin unfortunately. Would be great to have a contributor who could cover that part.

DebXWoody commented 3 years ago

We have implemented an /editor command (#1485) - vim can be used with :set spell spelllang=en for spell checking.

Mic92 commented 3 years ago

Launching an editor for every message sounds a bit tedious.

Hund commented 3 years ago

WeeChat is able to use aspell and it works really good with multiple languages enabled at the same time.