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.
Add it to OneNote then?
Can’t wait for them to remove Calculator, since you can ask AI to calculate stuff, you know.
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 age of Notepad having a paywall has arrived, with the simple writing software now prompting users to sign into a Microsoft account to access new tools such as Rewrite, a new feature that uses artificial intelligence to rewrite highlighted text.
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.
So notepad isn’t behind a paywall, AI features nobody was asking for is behind a paywall, and this headline is bullshit.
That’s my takeaway.
Eh. They shared those features to Notepad, so I would agree that they’re a part of it.
That’s my understanding, yes
I use Vim, actually
There always has to be one…
Same.
Just use
ed
if you’re feeling so fancy
Linux
End of conversation.
I think that’s the start of the conversation. Which Desktop Environment?
Well… it just removes so much toxicity from the outset
I wouldn’t be surprised if Apple does something like this too at some point in the future
Thanks god that I’m not using windows for 4 years now, and at least notepad++ exists.
Notepad is not free! Bah ha ha ha. Anyway, tons of options out there for those not to lazy to look.
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.
Fine. Notepad++ is better anyway
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!
Ah thanks for the first proper answer. Sounds good, I will give it a try.
A lot of those are features of notepad.
Specifically: tabs, dark mode, and retention of unsaved documents. They’re apps for very different purposes, but Notepad has had some nice little updates over recent years.
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.
+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.
-
A few of those features are available on Notepad as well, just FYI.
Out if curiosity, which ones? Because I don’t see any of those features and am on W11…
On my W11 work machine I got dark mode, saving unsaved drafts and tabs
Ahh interesting. Is that a Windows 11 thing? I haven’t taken the plunge
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.
Holy moly, that works? I needed precisely that feature earlier! Nice.
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?
They have different use cases. Notepad++ is for manipulating text, strings, and code. It’s got very powerful tools for it.
Word is for making things look pretty. You can change typefaces, fonts, size. You can add pictures and diagrams and arrange them on the page.
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.
Notepad does that neither for me and has not for >20 years. So is there something that is actually better or not?
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.
I prefer Sublime
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.
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.
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 👍
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’ ?
the news is more that they are trying to shoehorn AI in effing Notepad to make sure even those little snippets of text can be used for training
Notepad++ is my text editor of choice as someone who just edits the occasional file. I’m not a programmer or anything, but it’s nice to have those autocomplete and syntax highlighting features for config files. Helps me keep track of stuff better when editing.
If you must use windows, Notepad++ is the way to go.
VSCode is better than np++ in every way
I heavily use both and this is objectively untrue.
Install time? Startup time? Useless bloat?
Startup time. RAM consumption. Privacy.
I guess you’re doing it wrong then? Stop parroting memes
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.
What do you use instead? Sublime?
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.
ed is better
Could MS suck any worse? It’s like they want people to not use their products. Capitalism is the ouroboros.