buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.92k stars 79 forks source link

Added functionality to spellcheck tweets before sending them. #35

Closed Samathy closed 8 years ago

Samathy commented 8 years ago

This will be a config option once I figure out how to do that.

Informs the user that the tweet has a mistake in it, then asks them if they want to send it anyway.

In reference to - #30

Samathy commented 8 years ago

Users should note this requires GNU/aspell to be installed.

mkody commented 8 years ago

I suggest to make the response case-insensitive. I might, for example, type a lowercase y instead.

Samathy commented 8 years ago

Done! I think....

jomo commented 8 years ago

I think a generic pre-tweet hook as suggested by @timofurrer in https://github.com/buckket/twtxt/issues/30#issuecomment-181129979 would be a better solution, instead of hardcoding this.

buckket commented 8 years ago

As I mentioned earlier (https://github.com/buckket/twtxt/pull/39#issuecomment-181332192) I don’t want to get the main program bloated. Including a spell checker for those who need one would also be easily solvable via a plugin system using hooks.

timofurrer commented 8 years ago

Can we close this PR until we have plugin system or a similar solution?

buckket commented 8 years ago

Yes, closing this for now.