Re: State of the art for HTML-to-text rendering?

David Levine <[email protected]> Sun, 10 Nov 2024 11:08:57 -0500
Newsgroups gmane.mail.nmh.devel
Message-ID <[email protected]>
Conrad wrote:

> Wondering what folk use these days to render HTML emails in a terminal
> window?

I've been using firefox and haven't had a recnet need to use a text-based browser.  When I did, I preferred lynx to w3m.

Have you tried using what's generated in your mhn.defaults?  Mine has this:

mhshow-show-text/html: charset="%{charset}"; %l/bin/w3m -dump ${charset:+-I} ${charset:+"$charset"} -T text/html %F

mhn.defaults.sh has support for lynx and elinks in addition to w3m.

David