Earlier quoted context omitted.
Almost none of the sites in that list are actually text. They’re just minimally styled html/css.
This entirely depends on your perspective/interpretation of “text-only”. To me, having only text as the output with no ads, videos, or images is “text-only”. It doesn’t matter how it’s presented as long as it’s just text. But I also see your perspective. You want plain defaults with white background color, black foreground color, and no formatting.
A small collection of text-only websites
41–50 of 63 posts
Re: A small collection of text-only websites
#42Re: A small collection of text-only websites
#43Earlier quoted context omitted.
I have to wonder if printing has gone down in popularity, in part, because so many websites handle it so poorly these days. I will sometimes "print" to PDF to save an article I want to read or reference, so I don't have to worry about the site disappearing on me. The quality of these PDFs has dropped dramatically over the years. With some sites it's almost not even worth it.
On several of my previous projects I've been tasked with making the print broken, not just "disabled", to try and force people into the "happy path" where there's a download button. Despite the beforeprint event that would let me trigger the same process. (I've argued and lost that fight, more often than won it.)
To me the "happy path" is the one the user would naturally take, without needing to learn the quirks of each site.
Re: A small collection of text-only websites
#44Re: A small collection of text-only websites
#45This redesign is only a few weeks old. Previously, only the homepage of my blog was HTML/CSS, the posts were all text files by default. Most (all?) people were frustrated with the mobile experience but I loved it. I only redesigned because I wanted to see images on my blog again. You can see the previous version in the 2025 branch[2] of my repo.
---
Re: A small collection of text-only websites
#46I didn't know about the .text extension for Daring Fireball: https://daringfireball.net/linked/2025/12/31/photoshop-1-and... Interesting to see how the original creator of Markdown uses it. I'm presuming that's the version he edits and not output automatically converted from an intermediary representation.
This should be the version Gruber edits in MarsEdit or BBEdit, but it maybe partly rendered by the Moveable Type CMS
The extension is ‘.text’ because that is what he suggested as the Markdown extension, but of course most of us went with ‘.md’
While keyword tags are not used on the website, you can see the one he uses for his personal purposes at the bottom of the Markdown
Re: A small collection of text-only websites
#47Re: A small collection of text-only websites
#48I like the spirit of text-only but Markdown is similar enough and gives clickable links, embeddable static images etc. Its the JS, CSS, video, audio and surveillance shenanigans which have gotten out of hand and become noisey (and nosey.)
This feels more "pure" to me, but it also means that you couldn't actually use it from a typical web browser. So it'd be utterly pointless, but then again, so is my blog.
Re: A small collection of text-only websites
#49I’m pondering on this functionality for static site builders that already say have some sort of Markdown to HTML Page pipeline. For most SSG (Static site generators) I’ve seen that take a plain text to html conversion, they usually only serve up .html Wondering out loud if this would be a useful and desirable addition for SSG tools to have the option to serve up say .html and a .md (or .txt or whatever). Am I missing…
The only thing you might be missing: I don't think it helps many people really.
I personally still like the feature because I put my website under a free software license and then it is only fitting that you could view the actual source code. Having the `.md` next to the `.xhtml` available helps to achieve this.
Re: A small collection of text-only websites
#50Earlier quoted context omitted.
Almost none of the sites in that list are actually text. They’re just minimally styled html/css.
This entirely depends on your perspective/interpretation of “text-only”. To me, having only text as the output with no ads, videos, or images is “text-only”. It doesn’t matter how it’s presented as long as it’s just text. But I also see your perspective. You want plain defaults with white background color, black foreground color, and no formatting.
And then all the other pages of the site to be pure *.txt files. In the end, until there are standards to point to, I just accept minimalism as the scale. I have ads, layouts, boxes / frames, and all sorts of possibly annoying aspects to my textsites. It is a medium that's just as easily abused as any!