this post was submitted on 20 Nov 2025
1380 points (98.7% liked)
People Twitter
8561 readers
1000 users here now
People tweeting stuff. We allow tweets from anyone.
RULES:
- Mark NSFW content.
- No doxxing people.
- Must be a pic of the tweet or similar. No direct links to the tweet.
- No bullying or international politcs
- Be excellent to each other.
- Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician. Archive.is the best way.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I just want to write Markdown. I just want to write Markdown. I just want to write Markdown. I just want to write Markdown.
The thing I really hate about modern word processors and everyone's obsession with PDFs is that the vast majority of the time things will never be printed, but everything still focuses on paginated formats. Nobody seems to get this but you can literally send someone a .HTML file that they can just open in their browsers. Even when I tell developers about this they say dumb things like a single file will load slower. Buddy, it's loading from the disk, it's not querying shit, it is okay to make it a single HTML file.
But no, fuck you, just pages and PDFs.
The silver lining is that at least Google Docs (I don't use other editors often) now has a "pageless" mode. But the amount of times I've run into weird things like accidentally backspacing the last character of something with special formatting only to undo it, add extra characters temporarily, then backspace in front of it... Fucking hell. Just let me write Markdown. Just let me write Markdown! JUST LET ME WRITE MARKDOWN!
I must be the odd one. I find PDFs easy to use, convenient, easy to edit, and manageable. The business world relies quite a bit on PDF. The whole point of PDFs is that they can easily be printed, signed, be fillable forms, or stored as a single file where the size can be adjusted to fit storage requirements. The only issue I have with them is so many editors all want money for the ability to edit them whereas other document formats have software like LibreOffice that are free. I get you’re probably good at markdown, but the rest of the business world that relies on PDFs and can barely handle them or open a web browser. Their brains would melt if they couldn’t simply open or print a single file.
Alternatively, if the business world can already handle PDF, then they can surely handle markdown. They're already easy to open, and just like a PDF is easy (???) to edit as long as you have the right software, Markdown's easy to get predictable printing out of even with the right* software. I think the PDFs are probably slightly easier for forms, but that's about it. Everything else is just a matter of familiarity, and imo, it's easier to get familiar with Markdown.
*If this somehow doesn't work out, they could surely make do with a standard print preview.
Are you an accessibility remediator? I feel like they are the ones who like PDFs the most.
No. I simply find them easy to use. Maybe it’s because familiarity, but I see nothing inherently difficult with saving a document as PDF, and making them form-fills with the right software isn’t too hard. When someone is sent a contract or something they tend to be used to looking at what they would see on paper, PDFs tend to be what they’re used to and very basic WYSIWYG, so people don’t have to think too hard about it.
You find PDFs easy to edit? Also, there's no reason why you can't make a single HTML file the way you make a single PDF file. It's not done in the web for organization and optimization reasons, but it's still possible.
Also, what do you mean about resizable? Open a web browser, adjust the width. Look at the text. Watch as it moves. Do that with a PDF, absolutely not the same. PDFs have a static size.
Form filling with HTML is easy too. https://www.w3schools.com/html/html_forms.asp
Resizable as in file size. PDF quality is easily adjustable when saved.