They could’ve added this to wordpad if they didn’t kill it.
Thanks god that I’m not using windows for 4 years now, and at least notepad++ exists.
Why would a bot be using notepad?
Linux
End of conversation.
I think that’s the start of the conversation. Which Desktop Environment?
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.
…my cracked version of Adobe CS6
-
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
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.
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.
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.
Gotta squeeze every single cent from every single opportunity, otherwise line might not go up indefinitely.
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.
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
Notepad++ on windows is kind of the GOAT IMO.
The search and replace UX is 10 years behind. The sole reason I use sublime text instead
Npp has normal, with special characters and regex, does sublime has something better there?
They said UI, so I don’t think they meant features. But honestly I’ve never been unhappy with their UI, aside from one day with multiple replaces across a few files where the autofill from clipboard kept deleting the expression I wanted to be in there as I navigated through what I needed to do.
But that was fine, anyway, it got through it and I’m just happy with the “apply to all open documents” setting. Saved me at least an hour.
They achtually said UX which is User Experience.
The regex engine was not full featured last time I tried. Done know which implementation they use, but it was lacking basic features like end of line matching (if I remember correctly).
I’m a happy sublime user myself but the search UI is one thing I particularly don’t like about it.
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.
Fine. Notepad++ is better anyway
I prefer Sublime
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!
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
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.
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.
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.
[obligatory linux boast] I really prefer Kate to Notepad because KDE makes superior, non AI encrusted software that actually works for it’s users. And it’s FREE!
Even though it’s typically associated with KDE and Linux, it’s also available on Windows. Good for people who haven’t made up their mind yet. It’s a great text editor with a feature-set similar to other advanced notepads.
I’ll be real though, if I hadn’t jumped ship 3 years ago, I’d be cutting my losses with Windows here.
personally i find kate struggles with large files. KWrite is a better analog to notepad IMO
I like Kate as a program but man KDE need to change how some of their app names appear in Plasma.
A new user looking through their start menu and seeing “Kate” will have no idea it’s a text editor/notepad. The same is true for multiple other programs.
Okular, Dolphin, Cantata… ask someone who’s never tried Plasma before what those programs do and I’d wager you’d get an incorrect answer for each one.
There is actually an option to do that iirc. You can have it show entry descriptions.
Indeed. That’s what I do on my Plasma system, it’s a good option.
But a new user or someone who isn’t technical won’t see that, they don’t go digging through settings in each app, they just use the defaults.
I guess a solid compromise would be to enable this by default, and anybody who doesn’t like that short descriptor can disable it.
But IMO nothing will beat the no-nonsense straightforwardness of calling OS apps immediately intuitive names. This is something I believe Gnome gets right. Go onto their GitHub and their file manager is called Nautilus, but on your system it will default to being called “Files”, because they know everyone will understand what “Files” is but a lot of people would ask “Wtf is Nautilus??”, same goes for other apps, e.g. “Loupe” appearing as “Image Viewer”.
What does “Excel” do? What does “Steam” do? What does “Balena” do? What does “Conky” do?
Programs that we think of as being part of the OS, such as the included text editor, is a very different thing to something like Steam, imo.
Steam isn’t preinstalled on your PC, it’s not a core part of your desktop OS. You download Steam yourself, so you’d only do it once you already know what it is.
Third party apps kinda need unique names and branding like that to distinguish themselves.
A newbie won’t know what “Kate” or “Okular” do. They might know what “Dolphin” does because it has a folder as the app icon (although users of screen readers won’t see that). They will probably know what “Notepad” or “Text Editor” does, though.
Kate isn’t a part of the OS, though… the text editor that is a part of the OS is called “vi”.
It literally is. It’s part of the KDE Plasma desktop. It comes preinstalled.
The Vim, nano command line text editors also being there doesn’t mean Kate isn’t an OS app.
Would you say the Dolphin file explorer isn’t an OS/system app on the basis that you can use commands like cd, mv, cp, pwd in terminal? Because I certainly wouldn’t.
I love Kate.
Me too! So much so that I have sworn to name my first secretary Kate.
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