elijah-potter / harper

The Grammar Checker for Developers
https://writewithharper.com
Apache License 2.0
135 stars 3 forks source link

feat: Support Email #91

Closed lukasmwerner closed 1 month ago

lukasmwerner commented 1 month ago

Some email clients embed vim or neovim and it would be super cool to use harper to proof my emails im writing. Neovim recognizes the filetype to be mail. It could essentially be treated as a text file.

elijah-potter commented 1 month ago

I can make this happen. Two questions: what email client are you using, and by "text file", do you mean plaintext, or Markdown?

lukasmwerner commented 1 month ago

Sweet! I'm using Aerc mail which just sub-shells out to neovim plus a file e.g. "/.../aerc-compose-2650687518.eml". By text I mean just plaintext although it could be that users would want to write with markdown in their email.