After 40 years of being free Microsoft has added a paywall to Notepad
-
This post did not contain any content.
[email protected] could use more folks!
-
I use Vim, actually
There always has to be one...
-
This post did not contain any content.
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?
-
A few of those features are available on Notepad as well, just FYI.
Is that Windows 11-only thing, or have I been missing a bunch of notepad features?
-
Full access to notepad? So what, I need to pay to be able to toggle text wrapping or look at the about menu? It's fucking notepad.
You obviously didn't read the article, but that's OK it's a trash article anyway. Which is already indicated by the headline, since Notepad was never free, it's just included with Windows.
But your comment is disconnected from what this is really about, which essentially boils down to nothing.
Since what you are supposed to pay for is new AI features. Otherwise you can use Notepad as usual. -
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...
-
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.
-
- 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 to make mass edits.
- dark mode support. That alone makes it superior lol
+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 versionSo much more, get it and you won't look back.
-
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?
Sublime text ftw
-
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
-
Fine. Notepad++ is better anyway
I prefer Sublime
-
personally i find kate struggles with large files. KWrite is a better analog to notepad IMO
-
Sublime text ftw
Notepad++ on windows is kind of the GOAT IMO.
-
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
-
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?
Tbf, they already control the os itself. They already have access to all of the keystrokes. Implementing it just in notepad feels like a rube goldbergy way of scraping user data.
-
Is it though? I still always open notepad for random text stuff. What is better in ++?
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.
-
- 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 to make mass edits.
- dark mode support. That alone makes it superior lol
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.
-
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.
-
Sublime text ftw
I like how sublime looks. But it is absolutely ridiculous that is has no settings UI and expects you to go and manually edit a json file to change even basic settings. Insane. So that's a no from me.
-
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.