Windows 11 Notepad to support Markdown
451–460 of 558 posts
Re: Windows 11 Notepad to support Markdown
#452Earlier 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…
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
#453step 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 6: GOTO 1.
Re: Windows 11 Notepad to support Markdown
#454Re: Windows 11 Notepad to support Markdown
#455Earlier 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…
Re: Windows 11 Notepad to support Markdown
#456Earlier 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…
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
#457Earlier 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.
Re: Windows 11 Notepad to support Markdown
#458Earlier 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.
Re: Windows 11 Notepad to support Markdown
#459> 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…
(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
#460Earlier 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.