Top
Best
New

Posted by andreynering 10 hours ago

Windows 11 Notepad to support Markdown(blogs.windows.com)
195 points | 327 commentspage 4
hirako2000 6 hours ago|
Perhaps the only one pleased with this change. Another inch closer for more people to give up on this bloated O.S
notepad0x90 4 hours ago||
notepad is supposed to be like the 'nano' for windows. it's already bloated.

But this is just following a pattern, the enshittified even calc.exe and mspaint. Previewing pictures in windows is shamefully slow because the previewer is also a bloat.

My diagnosis is that Microsoft doesn't have good technical leadership. It has spread the risk of bad decisions by individual leaders by spreading it amongst too many decision makers, and those people aren't always technically apt, or they have aptitude within their specific domain of expertise. Why is the start menu in react native for example.

they also have a crippling illness in the form of sunken-cost fallacy. Even when no one is especially depending on it, they go all-or-nothing on tech stacks and design patterns. Marketing and branding ultimately, I think is their biggest problem. You know how they name everything terribly? that's trying to capitalize on existing branding. This is fundamentally the mindset of salespeople. they could be spinning a new app, or making a vscode-lite ship with windows, but brand familiarity is why they're messing with notepad.

It is truly dumbfounding, they're being run like HP and IBM but because of how much the world relies on them, and because of Azure they're making so much profit.

Why are the shareholders no enraged even more? To have such a vast marketshare and failing to capitalize on it is terrible. They could be doing better than Apple. Even apple sees the writing on the wall and adapts their strategy fundamentally by starting to make their own silicon. It's like having a barn full of chicken that lay golden eggs, but the farmer is slaughtering them for their meat, and the farmer's employer doesn't care because chicken meat is still making good enough profits.

smusamashah 5 hours ago||
We can just "uninstall" this notepad and it will restore old simple notepad.
kiwijamo 5 hours ago|
Until a future Window release doesn't include the old notepad anymore.
pelcg 5 hours ago||
This is my concern with Notepad and the old one will just be gone for ever. Same thing happened with paint.
ActionHank 7 hours ago||
This is why I uninstalled Notepad.

They are convinced it needs to be a worse vscode when all I want is something to edit plain text files.

cogman10 7 hours ago|
What I want in windows is Notepad++ or Kate (and even Kate is a bit much). That's the full extent of the features that I'd want in something like notepad.

Adding RTF and a wysiwyg markdown editor is the last thing that I want from something like notepad. When I open notepad, I still want to see the characters that are present. Heck, I'd like to be able to see the difference between a space and a tab. I'd want to be able to see which type of line ending are being used (and switch to the correct one, \n) Hiding characters is antithetical to the reason I'd use notepad in the first place.

I want to be able to search text and see text. Not compose a document or talk to an LLM.

noinsight 6 hours ago||
> Kate

So install Kate? There's a Windows build.

cogman10 6 hours ago|||
Oh I've ditched windows or I would go grab Kate (I use it on my linux box). I'm just commenting on how even if you were to enrich the features of notepad, the direction to take it is towards a kate editor and not towards an wordpad editor.
snvzz 3 hours ago|||
And it can be easily installed with chocolatey, like:

choco install kate

Superbowl5889 6 hours ago||
Personally I'm not happy that they are touching and revamping most basic tool of the os. A Notepad, which is a innocent little thing in itself.

Notepad should be last thing they should be fiddling with.

I am sad that we have to install 3rd parties for basics now.

rkagerer 6 hours ago||
Is it safe to assume LTSC versions of Windows will not have this crap shoved down their throats, as they don't get feature updates only security patches?
tencentshill 10 hours ago||
It's becoming Word-lite, like Wordpad used to be. Paint is becoming Photoshop-lite, and now has conflicting functionality with the Photos app.
awakeasleep 10 hours ago||
What happened to WordPad? Is it still a thing?

I hope they give notepad a keyboard shortcut to transition to ascii only like textedit has on the Mac

rideontime 10 hours ago||
Gone since Windows 11 24H2, according to Wikipedia.
aldousd666 10 hours ago|||
Word and wordpad are terrible for editing code snippets tho, markdown solves this problem.
TiredOfLife 9 hours ago||
Word and wordpad were rich text editors. Markdown is plain text
metalliqaz 10 hours ago||
Isn't Markdown how they managed to get a Severity 8.8 RCE into notepad.exe?
ceejayoz 10 hours ago|
Yup. https://nvd.nist.gov/vuln/detail/CVE-2026-20841
carcabob 9 hours ago||
This has been supported for a while now, so I wonder why this is being treated as news. But I guess it’s news to some people, so that’s fair.

I tried to take advantage of it, but the implementation felt really clunky (formatting seemed to be via menus only), so I’ve stuck with .txt files.

coffeecoders 5 hours ago|
I built a tiny Notepad clone in ~5 minutes using an LLM: open/save, plain text, no surprises.

Lately I've been doing the same for other small utilities. Roughly half the little tools I use are ones I generated and kept because they’re predictable and easy to audit.

The point isn't replacing built-ins; it's reducing dependence on shifting defaults. I want to care less about what the software/os vendor changes this time.

More comments...