A minimal email TUI where you read with Markdown and write in Neovim. neomd.ssp.sh/docs
email markdown neovim tui
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

show email example

sspaeti b0276dd6 d9b2bda6

+19
+19
docs/configuration.md
··· 217 217 - **`[html-signature]` placeholder** — include this in your text signature to enable HTML signature for a specific email; visible in the editor and pre-send preview, but stripped before sending 218 218 - **Per-email control** — delete the `[html-signature]` line in the editor to send without the HTML signature for that email 219 219 220 + 221 + #### This is how it looks 222 + 223 + The sent e-mail with above HTML signature looks like this: 224 + ![image](../images/html-signature.png) 225 + 226 + In the email as text: 227 + ```markdown 228 + Hello there 229 + 230 + how are you 231 + here's my new HTML signature below. 232 + BR Simon 233 + 234 + -- 235 + [html-signature] 236 + ``` 237 + 238 + 220 239 **Notes:** 221 240 222 241 - Use inline styles only (no `<style>` blocks or external CSS) for maximum email client compatibility