Live data from Hacker News

Windows 11 Notepad to support Markdown

blogs.windows.com

451–460 of 558 posts

Re: Windows 11 Notepad to support Markdown

#451
I like that it default to view or more precisely a WYSIWYG experience. I wish vs code did the same. I am just no sure that notepad is the right tool for this. It serves as such a important tool to stripping formatting and working with plain text. We are not far away from loosing 30 years of that trust. One little bug away. They should have used wordpad for this.

Re: Windows 11 Notepad to support Markdown

#452
post #412

Earlier quoted context omitted.

The old EDIT never shipped with any 64-bit Windows IIRC, since it was a 16-bit MS-DOS application. I believe 32-bit Windows 10 has it..? As someone who (mercifully) only occasionally has to touch Windows machines, I keep forgetting this, and then when I try to do stuff I’m flabbergasted that the operating system does not include a terminal text editor. (In a fit of pure desperation I even typed EDLIN into the Command…

Well, there was a workaround (that I only learned today) for creating new files: copy con file_to_edit.txt Type text, end with CTRL+Z. Don't make any typos. That's what web search told me, but then looking at the remarks in docs for `copy`[0], I have to wonder if this works now, and if it would've worked back then: copy prefix.txt+con+suffix.txt output.txt If it does, then combined with some clever use of `find`, `fi…

copy prefix.txt+con+suffix.txt output.txt

This does indeed work in proper MS-DOS. Congratulations for figuring out probably the single most masochistic way of accomplishing text editing ;)

Re: Windows 11 Notepad to support Markdown

#453

step 1: remove wordpad step 2: omg there's demand for features step 3: turn notepad, whose point was to be a dumb simple thing, into a wordpad step 4: get a raise because you "solved" the problem

Step 5: reintroduce a plain-text editor [1]

Step 6: GOTO 1.

[1] https://github.com/microsoft/edit

Re: Windows 11 Notepad to support Markdown

#455
post #409

Earlier quoted context omitted.

What does pet" in "pet vs. cattle" mean?

It comes from the world of systems operations. Something long-lived and trusted, so high emotional attachment (pet), vs. something short-lived that thus does not need to be trusted, so comparatively low emotional attachment (cattle). For example, Bob's one-of-a-kind trusty server from which Bob is nigh inseparable, vs. a Docker container with a version controlled config you routinely tear down and bring up instances…

A different mapping: to Microsoft, the users's computers are cattle, but to each individual user, the computer is a pet. Which is why the users keep getting mad when their pet feature gets euthanized.

Re: Windows 11 Notepad to support Markdown

#456

Earlier quoted context omitted.

> Windows 10 explorer.exe is 100x faster than Windows 11 explorer, it's not even close. I have a hard time believing this. I'm pretty sensitive to performance losses and I haven't noticed any difference between those. It wouldn't make sense either, given they should both host the same shell icon views. Are you sure the difference you're seeing is in explorer.exe? As opposed to something else, like a new shell extensi…

The Windows computer I have to use at work takes over ten seconds to open the calculator . It literally is faster to type the calculation I want into a search engine and get the results back over the network. The new calculator even manages to screw up basic input. The old calculator accepted both commas and periods as decimal separator inputs. It just worked no matter what I typed in. The new calculator has some sor…

Off-topic, but do you know Mozilla Firefox has a builtin calculator and unit conversion in the URL bar? For my personal use I rather use python and GNU units, but I guess for most users that live in the browser instead of the terminal, this could become their default calculator.

    browser.urlbar.suggest.calculator = true
I don't know if you need to restore the urlbar first, before that works.

Re: Windows 11 Notepad to support Markdown

#457
post #90

Earlier quoted context omitted.

Well, at least they brought back edit[0] [0] https://github.com/microsoft/edit

Edit is unironically one of my favorite text editors these days. It opens incredibly fast compared to everything else I use, it's easy to use, works fine on Linux. It's not going to replace emacs or VS Code, but it's incredibly handy for basic editing chores.

Have you tried Micro? https://micro-editor.github.io/

Re: Windows 11 Notepad to support Markdown

#458
post #423

Earlier quoted context omitted.

You could at least disable Active Desktop to dethrottle your PC. Meanwhile, my work W11 PC has a second+ delay for explorer right click and there's nothing I can do about it.

You can actually restore the old right-click menu on W11 with some regedit. Not ideal in any way, and a setting would have been a much better way to toggle this, but it is an option.

The problem is that the old righ-click menu is ALSO much slower on Windows 11. Shows a fucking spinner for half a second before the menu appears.

Re: Windows 11 Notepad to support Markdown

#459
post #405

> Coloring book will be available only on Copilot+ PCs. To use Coloring book, you will need to sign in with your Microsoft account. Can someone please explain why these two things are ever simultaneously true? You buy the stupid Copilot+ PC that has "AI" NPU hardware, right? So the AI features should be able to run locally. But if you have to sign in with a Microsoft account, then surely, it doesn't run locally, whic…

Microsoft really want to force you to log in with an MS account, as well as slurp all your documents into the spy cloud, and they keep pushing back on the various ways round this people have found.

(I found an odd one: for some reason I can't log into my PC with my MS account, which let me create the local account I actually wanted. System broken in my favor.)

Re: Windows 11 Notepad to support Markdown

#460
post #423

Earlier quoted context omitted.

You could at least disable Active Desktop to dethrottle your PC. Meanwhile, my work W11 PC has a second+ delay for explorer right click and there's nothing I can do about it.

You can actually restore the old right-click menu on W11 with some regedit. Not ideal in any way, and a setting would have been a much better way to toggle this, but it is an option.

You can't edit the registry without admin rights which you don't have on a work laptop.
Post reply on HN