Top
Best
New

Posted by andreynering 9 hours ago

Windows 11 Notepad to support Markdown(blogs.windows.com)
164 points | 298 commentspage 3
coffeecoders 4 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.

baw-bag 3 hours ago||
It's not like I am thrilled, but it has at least some value over the last what, 5-10 years of windows changes. I can see me mistaking markup. I can't see me mistaking copilot.
mFixman 8 hours ago||
> We’re also adding a fill tolerance slider, giving you control over how precisely the Fill tool applies color. To get started, select the Fill tool and use the slider on the left side of the canvas to adjust the tolerance to your desired level. Experiment with different tolerance settings to achieve clean fills or creative effects.

This tool would have been so useful 25 years ago when I had to manually recolour every pixel in the contour of the cool photo I was editing for my new desktop background because the fill tool didn't recognise the background properly.

munificent 2 hours ago||
Never in a million years would I have guess that fucking Markdown of all languages would become the dominant syntax for telling computers what to do, but thanks to LLMs and prompts... here we are.
overgard 4 hours ago||
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.
vyskocilm 4 hours ago||
At this moment ReactOS guys should consider distributing their apps separatelly from their bundle.

https://github.com/reactos/reactos/tree/master/base/applicat...

hirako2000 4 hours ago||
Perhaps the only one pleased with this change. Another inch closer for more people to give up on this bloated O.S
zuluonezero 5 hours ago||
Yes. Supports .md but when you try to save back to .txt it does something to line endings that you cannot see in notepad but if you grep your .txt files from wsl like, I do all the time, you get page long strings instead of matching lines. It's weird and I haven't dug into the cause as it was easier to save as a new note but pretty sukky for an IT company to miss something like that.
poolnoodle 5 hours ago|||
CRLF vs LF?
ljm 5 hours ago||
Line endings between windows and Mac/Linux have been a problem basically forever. Windows uses carriage return and the others use newline or something like that.
smusamashah 4 hours ago||
We can just "uninstall" this notepad and it will restore old simple notepad.
kiwijamo 4 hours ago|
Until a future Window release doesn't include the old notepad anymore.
pelcg 3 hours ago||
This is my concern with Notepad and the old one will just be gone for ever. Same thing happened with paint.
ActionHank 5 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 5 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 5 hours ago||
> Kate

So install Kate? There's a Windows build.

cogman10 5 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 2 hours ago|||
And it can be easily installed with chocolatey, like:

choco install kate

More comments...