Live data from Hacker News

Windows 11 Notepad to support Markdown

blogs.windows.com

211–220 of 558 posts

Re: Windows 11 Notepad to support Markdown

#211
post #24

For everyone that wants a simple, lightweight, alternative to notepad there's edit.exe on recent version of Windows. Assuming you don't mind TUIs.

I need to tell everyone, we can just uninstall this modern notepad which restores plain old notepad.

Re: Windows 11 Notepad to support Markdown

#212
post #156

Earlier quoted context omitted.

You jest but they did name change it to Microsoft 365. Confused the hell out of me recently when I was looking for Office 365 on their website. https://en.wikipedia.org/wiki/Microsoft_365

That’s Microsoft 365 Copilot ” to you, buddy. https://www.office.com/

Of course it is.

Re: Windows 11 Notepad to support Markdown

#213

Once upon a time, you could strip formatting from the clipboard in notepad with ^V ^A ^C, for example if you were trying to paste from edge into word. There's still a market for a non-rich text editor, without autosave, cloud, account login or AI.

Apparently pasting unformatted text in browsers can be done with Ctrl+Shift+V. Pasting it in Office is Ctrl+Alt+V. Always the odd one out. Taken from here: https://devblogs.microsoft.com/oldnewthing/20220906-00/?p=10...

Re: Windows 11 Notepad to support Markdown

#215

Once upon a time, you could strip formatting from the clipboard in notepad with ^V ^A ^C, for example if you were trying to paste from edge into word. There's still a market for a non-rich text editor, without autosave, cloud, account login or AI.

Unless it changed recently, the faster way is to just press ctrl+shift+V for "paste special" in Word, which should open up the paste dialog with "Unformated Text" preselected (IIRC), so immediately pressing Enter should close the dialog and paste the stripped text.

Careful when doing it in Teams. ctrl+shift+V is "paste without formatting", ctrl+shift+C is "call everyone".

Re: Windows 11 Notepad to support Markdown

#217
post #204
post #189

Earlier quoted context omitted.

This is my favorite part of this story. Do you want remote code execution? Because [fixing things that aren't broken] is how you get remote code execution.

I think it's more likely that Microsoft is vibe coding slop garbage to replace their core apps that were literally better. Windows 10 explorer.exe is 100x faster than Windows 11 explorer, it's not even close. It also signals the death knell for Windows native apps. Microsoft can't make them anymore. It won't be long until even Excel is a Electron sloplication.

The best example is probably the new "Outlook", and I put that name in quotes intentionally.

Re: Windows 11 Notepad to support Markdown

#218
post #14

Windows 11 LTSC still has the old school notepad.exe (and calc.exe) instead of this UWP abomination. Also: https://msrc.microsoft.com/update-guide/vulnerability/CVE-20...

Is LTSC still impossible to get as someone who doesn't want to run cracked software or "license unlockers" on the same machine they do their banking on? I never found a way of buying it that didn't involve having to survive an interrogation by a sales team.

You can get LTSC. It's a bit of a quest, but it's possible.

You need to buy 5 regular Windows licenses and then you'll be able to unlock the LTSC option. It works out to about $300.

Re: Windows 11 Notepad to support Markdown

#219
post #48

Earlier quoted context omitted.

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

As the old saying goes, "emacs is an operating system lacking only a decent text editor".

Not so. Evil mode is a great text editor.

Re: Windows 11 Notepad to support Markdown

#220
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.

Post reply on HN