Top
Best
New

Posted by andreynering 12 hours ago

Windows 11 Notepad to support Markdown(blogs.windows.com)
212 points | 354 commentspage 5
Superbowl5889 8 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.

tencentshill 12 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 12 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 12 hours ago||
Gone since Windows 11 24H2, according to Wikipedia.
aldousd666 12 hours ago|||
Word and wordpad are terrible for editing code snippets tho, markdown solves this problem.
TiredOfLife 11 hours ago||
Word and wordpad were rich text editors. Markdown is plain text
metalliqaz 12 hours ago||
Isn't Markdown how they managed to get a Severity 8.8 RCE into notepad.exe?
ceejayoz 12 hours ago|
Yup. https://nvd.nist.gov/vuln/detail/CVE-2026-20841
rkagerer 7 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?
carcabob 11 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.

numpad0 8 hours ago||
psa: you can "uninstall" the bad sloppad and disable "App Execution Alias" for notepad.exe to get the better notepad back. just fyi
EvanAnderson 8 hours ago|
Just uninstalling the new "Windows Notepad" application is sufficient. No registry changes necessary. I've put a command line in another comment.
bor_real 8 hours ago||
So they kill Notepad, and then turn Notepad into Wordpad? It was supposed to be like this:

- Notepad: Plain Text

- Wordpad: Rich Text

- Word: Documents

Seriously? Markdown is the preferred method for rich text these days, so why didn't they just turn WordPad into a WYSIWYG Markdown editor?

They also shove Copilot into it, but that's a whole different problem. Who is this current iteration of Notepad actually made for?

coffeecoders 7 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.

andsoitis 9 hours ago||
When I do agentic development with Claude Code, I use notepad to read/edit the .MD files, so this will make my life a little easier.
Someone1234 9 hours ago|
Why not use VSCode? It has native Claude Code integration and is literally designed for Markdown from the ground-up.
andsoitis 4 hours ago||
I probably will! Just new to Windows (back after 15 years) so still getting set up. I might prefer full Visual Studio; will see.
ChrisArchitect 11 hours ago|
Janaury 21st post including 'additional' Markdown support;

Meanwhile, 2 weeks ago:

Windows Notepad App Remote Code Execution Vulnerability

https://news.ycombinator.com/item?id=46971516

More comments...