Favorited link rel="alternate" type="text/plain" by Terence Eden
This is nice, providing a way to serve every posting in a WordPress site as plain text. Useful for faster load times, but also as a way to more easily pipe a posting into some other script as HTML is already stripped. I think I want to play around with this option. Full template and set-up at his GitLab page.
Simply append .txt to the URl of any page and you’ll get back the contents in plain UTF-8 text. No formatting, no images (although you can see the alt text), no nothing!
Terence Eden