From 11d3ada9c7516eb83bd940f55cf6df94b119db2e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 18 Jul 2025 03:34:41 -0400 Subject: [PATCH] small update to email-formatting --- content/blog/email-formatting.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/blog/email-formatting.md b/content/blog/email-formatting.md index 0f76c7d..e5b4c07 100644 --- a/content/blog/email-formatting.md +++ b/content/blog/email-formatting.md @@ -19,9 +19,9 @@ description: | ## Plain text email As I've [mentioned before](./email-in-kakoune.md), I like using [Kakoune] for -reading & writing emails. Of course, Kakoune a source code editor, not a _rich -text_ editor. It operates on UTF-8 _plain–text_ --- which means that the emails -I write need to be in plain text, too. +reading & writing emails. Of course, Kakoune is a source code editor, not a +_rich text_ editor. It operates on UTF-8 _plain–text_ --- which means that the +emails I write need to be in plain text, too. As it turns out, plain-text email (which predates HTML by decades[^html]) hasn't really left a "legacy" so much as it _hasn't actually gone anywhere_. Many @@ -136,7 +136,8 @@ want to build an HTML email from plain-text. `mailfmt` open-source under the ISC license, and is available on [PyPI](https://pypi.org/project/mailfmt/) for installation with tools like -`pipx` and `uv`. The source code is available on sourcehut at +`pipx` and `uv`. The source code is available on my +[Git forge](/git#forge-profiles) at [git.ficd.sh/ficd/mailfmt](https://git.ficd.sh/ficd/mailfmt). I wrote this tool primarily for myself. It's served me very well over the past