Live data from Hacker News

Windows 11 Notepad to support Markdown

blogs.windows.com

41–50 of 558 posts

Re: Windows 11 Notepad to support Markdown

#46

I don’t see why people are complaining. If you use notepad for txt files, nothing changes.

Because we collectively used to make fun of users that were complaining whenever an icon moved 42 pixel to the right and now we're them.

But we think we're right and still we thought they were wrong.

If we were in a PHP forum, this would be my signature: I'm getting too old for this shit.

Re: Windows 11 Notepad to support Markdown

#47
post #13

Can Microsoft please stop? If I need Copilot and Markdown Support I use VS Code or any other software that supports it. I recently used Windows Sandbox and was surprised that it does not have notepad. And why? Because it's a Store App now and that's unsupported inside the Windows Sandbox. Notepad is supposed to be dumb, not Microsoft!

> Can Microsoft please stop? If I need Copilot and Markdown Support I use VS Code or any other software that supports it. I can't even get visual studio code to stop showing that right-hand sidebar every time it opens up, regardless of what settings I use. It seems to work for a while, and then it appears again like magic. I'm not sure how many more times they have to hit you straight in the face before you realize y…

have you tried adding this to your settings json? workbench.secondarySideBar.defaultVisibility": "hidden",

Re: Windows 11 Notepad to support Markdown

#48

They’re turning Notepad into what Wordpad was (or was supposed to be). Now everyone looking for the light weightiest *.txt editor must find a new tool...

For the absolute lightweight, there is vi, eMacs, nano, etc. For a UI I’ve been using VSCode. It is quite quick when you disable all extensions and most settings.

> absolute lightweight

> eMacs

I love Emacs, but I don't see how a Lisp platform with a web browser, a Tetris implementation, and 4 terminal emulators (shell, term, ansi-term, eshell) can be considered 'lightweight'.

Re: Windows 11 Notepad to support Markdown

#49

Earlier quoted context omitted.

Please show us the magic Windows settings that would disable Copilot everywhere.

At a certain point I used some "windows 11 debloat script" and I haven't encountered a bit of Copilot or any other AI nonsense anywhere in Windows since.

Even with all the debloat scripts you can’t get rid of it in places like Edge. And if your solution is to tell me to use a different browser then… exactly lol.

Re: Windows 11 Notepad to support Markdown

#50

I don’t see why people are complaining. If you use notepad for txt files, nothing changes.

The concern is that more features introduces more risk. See CVE-2026-20841 for a recent example. If the application remained a simple text editor, it is unlikely exploits like this would be possible. https://msrc.microsoft.com/update-guide/vulnerability/CVE-20...

That's a false sense of security. We have a LONG list of vulnerabilities in open source software that were "simple" programs for decades. The house of cards approach to security is just not it.
Post reply on HN