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
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.
Why? I mean, one of the main features of generative AI systems is to generate text (the quality of which I won’t get into), why not add this to something like Notepad. I agree that Notepad should be thought of as a lightweight, well, notepad, but still might be useful as a quicker alternative to Word.
The fact that Microsoft is trying to shove Copilot down our throats at every possible step is idiotic, I agree, but having an AI as part of a notes app doesn’t seem too weird.
Fine. Notepad++ is better anyway
It’s a lot more feature filled and frankly not very nice looking if all you want is a simple replacement for Notepad. Notepads (with an s) is much better imo.
Is it though? I still always open notepad for random text stuff. What is better in ++?
- Keeps your progress if you exit without saving
- Supports tabs so you don’t have 5 separate notepad windows open
- syntax highlighting for programming languages and markdown format
- plugin support
- can handle extremely large text files (I’ve opened 50gb text files and used ctrl+f to find terms and it worked fine)
- superb tools for manipulating text (e.g., use reg expressions). Super easy and flexible in making mass edits.
- dark mode support. That alone makes it superior lol
If you just need a quick window open to make a note you might actually prefer Sticky Notes over Notepad!
+10000 for notepad++, its he swiss army knife of file editing tools. Adding:
-
Plugins: CSV being read as a small dB table you can query is a game changer. Or have a JSON plugin that auto formats and queries as well as opens the JSON in a clickable nested window.
-
Pinned tabs: pin important tabs, I use one as a todo list.
-
Search for text within files in a folder: need to find a specific bit of text in one of dozens/hundreds/thousands/millions of files somewhere? Its lightning fast and works a treat
-
Search and replace with regex: amazing feature, use regex patterns to find complex parts of your files and replace them with something else Bulk operations: remove newline, replace line breaks etc
-
Multi format support: see line breaks from different OSs like Unix and windows and amend them Portable install: you dont have to install it, you can use a portable version
So much more, get it and you won’t look back.
Your first two points are part of Notepad now too. Everything else you’ve said is true though, including the find and replace function supporting regex. It’s amazingly powerful for editing.
It also supports line numbering, which seems like a small thing but is really helpful.
Notepad++ isn’t trying to shoehorn in AI for starters. It’s clear Microsoft is praying the current gimmicky narrative of AI will let the masses not realize this is a privacy nightmare.
Yes, it objectively is. And so are various other text editor options that are out there.
But just speaking about Notepad++, you can scale it down to a very simple text editor (like Notepad), it you can easily ramp it up to a much more feature rich one. And for me, the ability to have a vertical list of files is a big plus. As is its ability to optionally show line numbers.
So it is better because it can do more, but I assume not too too much? Because then we can also use word?
the only thing I need it for is to select text vertically (by holding left alt). there are a few similar ones for linux but some crash and the rest don’t have a dark theme, so I still use it with wine.
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
If you must use windows, Notepad++ is the way to go.
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.
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
So… who wants to bet that the new version of Notepad is not constantly scraping anything you type into it and feeding it into the AI, regardless of whether you’re paying for this feature or not?
The search and replace UX is 10 years behind. The sole reason I use sublime text instead