Live data from Hacker News

Windows 11 Notepad to support Markdown

blogs.windows.com

191–200 of 558 posts

Re: Windows 11 Notepad to support Markdown

#191
On one hand, I don't feel strongly about this because I literally never use these builtin Windows tools. I can't help but think it'd just make more sense to include VSCode builtin though. It's already very good and has a nice startup time, and then you don't need to screw-up fundamental system utilities that are more break-in-case-of-emergency then something that should be feature rich.

Re: Windows 11 Notepad to support Markdown

#193

Earlier quoted context omitted.

Wouldn’t VSCode be a better alternative to wordpad?

VSCode needs Electron which is too big IMO. It's also a specialised code editor instead of a general text editor, with features like builtin terminal and traditional menus instead of ribbons.

I mean, Microsoft is already using WebView and web technologies in Windows at this point. I agree electron is inefficient, but it's not particularly egregious when compared to what they're already doing

Re: Windows 11 Notepad to support Markdown

#194

I still say this is stupid AF, and that notepad should stay as simple as reasonable as a plain text editor and they should have resurrected "WordPad" for this purpose if they wanted it in Windows. I'm mixed on the enhancements to Paint... but this just feels a bit off. Maybe I'd mind it less if they put the new MS Edit in Windows by default, so again, there's a minimal plain text editor in the box.

I don't think I did anything special. I just uninstalled "Notepad", and that revealed the good old Notepad.

Re: Windows 11 Notepad to support Markdown

#195

Hasn’t .md always been supported?

Notepad would render .md as plain text. Now it renders .md as rich text. The complaint is that people like notepad explicitly because it doesn't support rich text. I personally write pretty much everything in notepad for this very reason unless I am making a document I need to share with someone. The reasoning from MS for the update is because they added copilot to notepad, another feature that upset many people. Copilot returns answers as markdown, which is completely readable, but didn't itch the happy conclusion MS wanted. So now notepad supports enough rich text to not only read .md, but render it too

Re: Windows 11 Notepad to support Markdown

#196
post #109

Earlier quoted context omitted.

I don't have any use for Notepad++, but reading about this makes me wish I did: https://en.wikipedia.org/wiki/Notepad%2B%2B#Political_messag... The possibility of software being a personal, creative, expressive endeavor (which often includes politics), something I believed in back when I was in university twenty years ago, is a feeling that's receded deeply into the past. That might be as much about me as it is about…

reading about political messaging in any software should make you AVOID it, not "wishing to have it" the moment software stops being neutral, it becomes a target

I guess this is true in a professional context - you don't want your user's or company's data somehow becoming compromised because of your choice of text editor.

But, at the same time, that's exactly the sort of thinking that's killed off that feeling I'm sentimental for. As a free human being, I don't want to live in fear of expressing my political views; and as someone who wants to view the software I make as a form of art or expression, I don't want to be afraid to express my political views through my software either. Should a writer avoid being political for fear of becoming a target? For fear of their books or readers becoming a target?

Re: Windows 11 Notepad to support Markdown

#197

I still say this is stupid AF, and that notepad should stay as simple as reasonable as a plain text editor and they should have resurrected "WordPad" for this purpose if they wanted it in Windows. I'm mixed on the enhancements to Paint... but this just feels a bit off. Maybe I'd mind it less if they put the new MS Edit in Windows by default, so again, there's a minimal plain text editor in the box.

Notepad was historically just a thin wrapper for the "EDIT" window class, along with file loading and saving.

And WordPad was built on top of the "RICHEDIT" window class, and exposed lots of the OLE features provided by the rich text control. "Insert Object" is a powerful and potentially dangerous feature with a lineage going back to the Windows 3.1 days. As long as your DLL is registered correctly, any document in an OLE-capable program can cause objects from that DLL to become instantiated and deserialized.

Getting rid of documents able to instantiate arbitrary OLE controls is a good reason to try to remove WordPad. It's not just some simple styled text editor.

Re: Windows 11 Notepad to support Markdown

#199

Notepad++ already exists, is more reliable, and already has a md support plugin recent vuln asside (big caveat ill admit) idk why you would use notepad at all when N++ exists

If you dont need any of the ++ why would you use notepad++ over notepad?

I think just about anyone can appreciate having multiple undos. And keeping your unsaved notes safe against crash/reboot.

I do think notepad recently got those, but for a long time it was a compelling reason to use notepad++.

And you can avoid copilot.

Post reply on HN