you are viewing a single comment's thread
view the rest of the comments
[–] 39 points 2 years ago (5 children)

Wordpad is for looking at and editing rich text, not txt files. It's not a big deal because no one uses rtf.

  • source
  • parent
  • hideshow 10 child comments
  • [–] 10 points 2 years ago

    Annoyingly enough, the other day got the first RTF file I've gotten in probably 20 years. To make matters worse, it was JSON that the customer decided should be sent as an RTF attachment to an email.

    Of course I run Linux on my work computer so I didn't have wordpad anyway. I had to use a cli utility to convert it to text, then use vscode to properly format it, since he conversion removed all the indentation/spacing.

    If I never see another RTF file again, it'll be too soon.

  • source
  • parent
  • [–] 7 points 2 years ago (1 child)

    Wordpad is for whatever people use it for, and that is mostly looking at files in some sort of text (words on a pad). My point is if microsoft removes the ability to open a text file then the consequences are on them.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 21 points 2 years ago (1 child)

    You’re thinking of Notepad I think

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago (1 child)

    Yes, I would say notepad would be the bigger loss. But wordpad is still the default for people before they learn about things like notepad++

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago (1 child)

    Notepad is the default text editor on Windows. I'd be surprised if most people even knew WordPad existed.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago (1 child)

    I like using it when I want to create a simple rtf document and not use a bloated Office.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    as a replacement, markdown is your friend. you can learn the symbols or (harder option) find a markdown wyswyg editor program.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago

    Or, and hear me out on this, you create an unholy mixture of MD/HTML/Latex documents in a plaintext editor and then you use the Pandoc CLI to make it into a PDF/DOCX/website/whatever.

  • source
  • parent
  • [–] 3 points 2 years ago

    Wordpad can also open most Word files. Even though I have Office, I open word files in wordpad all the time, because it's so much faster to open. When I just need one small piece of info, that I am going to copy and paste, it saves me time.

  • source
  • parent