Live data from Hacker News

Microsoft is killing WordPad in Windows

bleepingcomputer.com

111–120 of 367 posts

Re: Microsoft is killing WordPad in Windows

#111

The natural upgrade for WordPad did never come: basic html or markdown editing.

Aren’t you describing Frontpage Express? I think it was bundled with Windows 98?

Oh man, FrontPage. I haven’t heard that name in 20 years. I got started learning how to make web pages in FrontPage and then branched out to editing HTML in notepad, aided with my trusty copy of HTML for Dummies.

Re: Microsoft is killing WordPad in Windows

#112
post #53

Off topic, but I'm loving the Mac equivalent, TextEdit. After trying every kind of fancy task management and note taking system from org-mode to Obsidian to Logseq, I now use a .rtfd (.rtf + images) on iCloud to act as a note-taking system / todo-list. I would have used pen and paper but I need to paste screenshots and URLs. There's an iOS app called RTF Write for 99c. Now I always have my notes, tasks, and shopping,…

As a tangential aside Textedit I believe used to be provided as sample source code with Xcode. So even if it was removed it may never die.

It still basically is — the document-based app template is pretty much TextEdit minus some settings.

Re: Microsoft is killing WordPad in Windows

#113
post #98

>There’s no reason to be outraged by this decision Actually, I have a reason to be outraged by this decision. I like using WordPad, and it will take me time and effort to find an adequate replacement for a simple note-taking application.

Try Obsidian.

Thank you for the suggestion, but Obsidian does not meet my needs. It is a completely different class of application.

I just want a basic rich-text editor that opens quickly and lets me quickly jot something down and save it as a file.

wordpad.exe is less than 3MB, while just the installer for Obsidian weighs in at 72MB.

Re: Microsoft is killing WordPad in Windows

#114
post #75

> We recommend Microsoft Word for rich text documents like .doc and .rtf Doesn’t Office require a paid license on top of the Windows license, unlike WordPad?

Install LibreOffice. If you were using WordPad before, LibreOffice will be a fine replacement for your purposes. https://www.libreoffice.org/

What’s the load time on LibreOffice these days? Years ago on Linux it took awhile. I use Notepad and Wordpad because they load fast.

Re: Microsoft is killing WordPad in Windows

#115
post #83

Earlier quoted context omitted.

> I literally could write a WordPad clone in an afternoon You might be able to make a Notepad clone in an afternoon, but not wordpad. Creating parsers for all the formats it supports (rtf/doc/html) as well as the renderer/wysiwyg editor would take anyone several days of either coding, or stitching libs together.

The parser and renderer is a pre-existing RichTextEdit widget. Add menus and save, open, and print functionality and you are over 90% of the way to a WordPad clone.

It’s a pre built widget because Microsoft wrote it for WordPad though.

Re: Microsoft is killing WordPad in Windows

#116

Earlier quoted context omitted.

The parser and renderer is a pre-existing RichTextEdit widget. Add menus and save, open, and print functionality and you are over 90% of the way to a WordPad clone.

It’s a pre built widget because Microsoft wrote it for WordPad though.

It’s actually likely to be the opposite. WordPad could be a test application for the RichTextEdit widget.

Re: Microsoft is killing WordPad in Windows

#117
post #68

Earlier quoted context omitted.

Calligra Words looks nice. I trust anything KDE.

Is Calligra still under active development? The last stable point release was over 3 years ago.

On cursory inspection, the git repo [0] seems fairly active. Not sure why they wouldn't have made a release.

[0] https://invent.kde.org/office/calligra/-/commits/master/

Re: Microsoft is killing WordPad in Windows

#119

Earlier quoted context omitted.

Install LibreOffice. If you were using WordPad before, LibreOffice will be a fine replacement for your purposes. https://www.libreoffice.org/

What’s the load time on LibreOffice these days? Years ago on Linux it took awhile. I use Notepad and Wordpad because they load fast.

Abiword still is great.

Re: Microsoft is killing WordPad in Windows

#120

This is deeply unfortunate. WordPad is by far the best implementation of RTF anywhere.

But who uses RTF? I can't recall ever receiving an RTF file. Scanning my drives, I've only found a single Readme RTF file in some old Windows utilities.

TextEdit on macos use rtf by default
Post reply on HN