Describe the feature
Spell-check the composer body using aspell / hunspell if available, with squiggle highlighting and a key (Ctrl+S) to step through corrections.
Why this matters
Real keyboard users send mail straight from the terminal. "Send first, see typos in the sent folder" is bad UX.
Notes
- Shell out to
hunspell -l (list misspelled) initially; we don't need an embedded engine.
- Skip checking inside markdown code blocks.
Describe the feature
Spell-check the composer body using
aspell/hunspellif available, with squiggle highlighting and a key (Ctrl+S) to step through corrections.Why this matters
Real keyboard users send mail straight from the terminal. "Send first, see typos in the sent folder" is bad UX.
Notes
hunspell -l(list misspelled) initially; we don't need an embedded engine.