They could’ve added this to wordpad if they didn’t kill it.
Good thing whenever I set up Windows, Notepad is one of the things I nuke, using Geany to replace it.
Geany FTW!
lol fuck that
Thanks god that I’m not using windows for 4 years now, and at least notepad++ exists.
Why would a bot be using notepad?
It’s like they want people to use npp instead
Linux
End of conversation.
I think that’s the start of the conversation. Which Desktop Environment?
Gnome is an opinionated desktop environment and that turns some people off. But it’s bold enough to make some design decisions and have a limited scope. KDE tries to be another Windows alternative.
Of course, you could go with a tiling window manager but my vote goes to Gnome. I’ve had a very smooth experience on Gnome for the last couple years.
I really like my KDE plasma
IMO:
-
want to show off? i3wm with gaps and rofi for menu launcher. Add it some transparency effects too.
-
want the MacOS style? Gnome. Default on a lot of distros.
-
want something stable? XFCE. Install and forget.
Things preventing me from moving to Linux : video games and Adobe Lightroom.
Most video games work through proton on Steam. Lightroom has a web app you can use instead.
Plus RawTherapee and DarkTable are pretty good, and actually free, Lightroom alternatives to boot.
…my cracked version of Adobe CS6
-
Well… it just removes so much toxicity from the outset
If you must use windows, Notepad++ is the way to go.
ed is better
VSCode is better than np++ in every way
I heavily use both and this is objectively untrue.
Startup time. RAM consumption. Privacy.
vscodium fixes the privacy anyway. It’s always open so startup times are no issue for me.
I still prefer to keep a stripped down, basic text editor though. Ah well, I’m not on windows so no big deal.
vscodium fixes the privacy anyway
At the cost of some features not working (e.g. Pylance, which is the default Python extension, as well as others by MS).
What do you use instead? Sublime?
For plain text, either nano on CLI or whatever built in basic text editor comes with LMDE.
Windows I used notepad, from now on I’ll add ++ :)
I guess you’re doing it wrong then? Stop parroting memes
Those are 2 different use case pieces of software . NP++ is an editor while vscode is an IDE
Clearly this is a controversial statement. I’m team “use what’s available and preference tools that get the job done quickly.”
I work in several different languages. VSCode has TreeSitter and a bevy of slick plug-ins. NP++ does not. I can use VSCode on both Windows and Linux. If I’ve got a desktop environment, I will hands down pick VSCode over NP++ every time.
Otherwise, let’s be real, NeoVim is king.
NP++ was good 20 years ago during a time with much weaker competition and it’s been coasting on that good will ever since
It’s OK for a text editor (compared to something totally basic like notepad) but other text editors have caught up in every single category
like you said, VS Code is now the default go to code editor for a lot of people. if you don’t use VS Code, you use vim.
for non-coding uses, I don’t see the functional difference between NP++ or something basic like Gnome’s text editor
Install time? Startup time? Useless bloat?
I wouldn’t be surprised if Apple does something like this too at some point in the future
Notepad has long been a testbed for new technology in Windows. This isn’t just a sign of enshittification, it’s a warning that they want to do more.
The recent update was the first time in decades they’ve touched it. How has it ‘long been a testbed of new technology’ ?
It should be noted that you can still use Notepad without a Microsoft account, and users can go as far as removing the Rewrite icon completely from Notepad. Despite the ability to still use the software without an account, Microsoft has received some criticism for implementing what is most definitely a paywall/advertisement for a built-in piece of Windows software.
Used only in cases where everything else is not readily available… Pencil, pen, blood, boogers etc. But the most easily replaceable piece of software. Literally you could just paste into a browser’s URL box to do the same job. Lol. There must be some dumb fuck heading Microsoft right now.
I don’t think it’s ragebait/clickbait. I think it’s really problematic that just a simple text editor get this bad by enshittification.
Sounds like they’re slipping cloud based AI assistance into the deal, which is the opposite of what Notepad is “good” for.
Gotta squeeze every single cent from every single opportunity, otherwise line might not go up indefinitely.
Fucking click bait garbage article, but thankfully the article has a tldr at the top that basically contradicts the headline and saves you minutes of time to realize you’ve been baited;
TL;DR: Microsoft has introduced a paywall for Notepad, requiring a Microsoft 365 subscription to access new features like the AI-powered Rewrite tool.
Better headline: Microsoft forces you to pay to suffer through using their AI tool that no one asked for, application otherwise unchanged.
LLMs in general is a tool no in one asked for
This seems like something that should be kept local. What’s the point of all these NPUs otherwise
All the Linux posts and Linux loving Lemmy users are what keep me away from Linux.
They’re like the Rick and Morty fans of PC software
I usually use my work laptop for personal bits and bobs which is Ubuntu but I turned on my personal Microsoft PC recently to do some stuff and couldn’t believe all the pop-ups and noise! I promptly moved all my data onto a external drive and did a fresh install of Ubuntu.
People at Microsoft doesn’t understand what people use Notepad for.
If they wanted to add AI features, they should have added it to WordPad, and make it more modern / add some useful functions.
They killed wordpad.
Can’t wait for them to remove Calculator, since you can ask AI to calculate stuff, you know.
Add it to OneNote then?
Yeah but no one uses wordpad. They put it in notepad for the exact reason you’re saying: because people use it.
If they made it more useful, people would use it. Making support for modern formats, maybe even Markdown could have been added and it would already be 5x more useful. Also add another set of basic features like tables, some advanced formatting to the mix as well.
If they made Wordpad generate Markdown instead of RTF (or as well as, but by default) then I’d consider using it. As it is, I already pay for a Jetbrains license, so I just use Fleet. Massive overkill for note-taking, but it’s there and it works.
The title is quite sensational compared to the content. They only added an AI Rewrite feature for notepad that requires a Microsoft 365 subscription. Considering the cost of AI, and the fact that it will very probably run in the cloud, it is very reasonable that it isn’t free. Everything else about notepad remains free / included with the price you paid for the OS.
I agree, but the idea of adding AI to notepad is quite insane in its own right
Adding layers to paint was what surprised me
That’s actually very nice, one of the few Microsoft programs that I genuinely miss - layers are a quality of life feature that is actually really nice to have 👍
I think the idea is that you can use it for reformatting small sets of data I guess.
“make all the dates in this CSV iso-8601”
Genuinely very useful, however I feel that can be achieved without a login and paid AI subscription.
You’re right of course.
Like the other commenter said for this specific problem you’d use a spreadsheet.
It’s just an example though and there are others, like maybe removing url encoding from a string or something.
Again this can be done in some other tool without much fuss, but the versatility offered by notepad will be useful for a lot of people.
Heck, it probably can be done with a regex. (Yeah, I know)
There’s no need to kill three forests just to do the exact same work you could have done by opening your dataset in Excel.