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,…
TextEdit dates all the way back to NeXT
Microsoft is killing WordPad in Windows
131–140 of 367 posts
Re: Microsoft is killing WordPad in Windows
#132Earlier quoted context omitted.
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.
Notepad++ is standard for code editing and extremely fast. I use all these 3 alternatives for different reasons but my #1 is still notepad.
Re: Microsoft is killing WordPad in Windows
#133Shame. Notepad++ should now be the go to, right?
Re: Microsoft is killing WordPad in Windows
#134>and anyone can access the web versions of Word for free if needed There are texts I don't want to write in a browser
Re: Microsoft is killing WordPad in Windows
#135Re: Microsoft is killing WordPad in Windows
#136I'm calling it now: Word with ads will ship inbox with future versions of Windows :) Maybe the whole Office suite; if you want a PowerPivot in Excel you'll have to watch a 2 minute unskippable ad for hair loss medication. Totally "private" though, scout's honor.
Re: Microsoft is killing WordPad in Windows
#137Which free/open source alfernatives to WordPad for Windows do you recommend then? LibreOffice is huge and slow, MS Office Online requires Internet. How to edit simple RTF/DOC documents offline on Windows without downloading >300MB full LibreOffice suite? Only Abiword comes to my mind.
Apparently, it can also work with .DOC and .DOCX files (https://www.jarte.com/features.html), but I've never tried it myself.
Re: Microsoft is killing WordPad in Windows
#138Off 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,…
Re: Microsoft is killing WordPad in Windows
#139Earlier quoted context omitted.
Aren’t you describing Frontpage Express? I think it was bundled with Windows 98?
no so complex.. just everything that a online wyswyg editor like tinymce can do, saving as a single HTML file instead
Re: Microsoft is killing WordPad in Windows
#140Fun fact: Before WordPad there was Microsoft Write. Typing 'write' in the Run dialog still opens WordPad today. They kept the alias for 28 years.
pbrush also opens Microsoft Paint. (It used to be called Paintbrush.)
> pbrush also opens Microsoft Paint.
And in both cases, the reason was most probably backwards compatibility, so that programs which directly called WRITE.EXE or PBRUSH.EXE to open a file would keep working. Most of these are going to be 16-bit Windows programs (which AFAIK no longer work, unless you're still running a 32-bit build of Windows), or 32-bit Windows programs directly ported from 16-bit Windows programs (Microsoft designed the 32-bit Windows API to make it easy to have a single source code building both 16-bit and 32-bit versions of the same program, and to make it easy to adapt the source code from a 16-bit Windows program into a 32-bit Windows program; it was not unusual back then to offer both 16-bit and 32-bit builds of the same program, built from the same source code).