this post was submitted on 21 Feb 2026
272 points (99.3% liked)

KDE

7691 readers
334 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
 

I have been using KDE via Kubuntu for about 2 years now, other distros with Gnome before that. Based upon the name (KDE Advanced Text Editor, K.A.T.E.) I always thought of Kate as an alternative to Notepad++ or something like that. Like a highend note-taking app.

I recently started using Kate for managing my Docker-Compose yaml files on my homelab, using the Git functionality to sync to my repos and doing some web development. It's basically an alternative to VSCode or Codium.

Thanks to the devs who work on Kate . If you don't hear it enough we appreciate you!

all 45 comments
sorted by: hot top controversial new old
[–] Tomassci@sh.itjust.works 2 points 3 hours ago

Currently learning Python. Kate is awesome for that.

[–] Gonzako@lemmy.world 1 points 3 hours ago

Kate looks a lot like Godots editor no? Maybe its just me

[–] boredsquirrel@slrpnk.net 2 points 13 hours ago

I also really like it, it is fast, OS native, has polkit integration for system files, LSP and linting works too, for example shellcheck for posix sh or bash scripts.

Have not used some of the features yet

[–] ZILtoid1991@lemmy.world 4 points 17 hours ago

KATE replaced VSCode and Codium for my open source development work.

[–] possiblylinux127@lemmy.zip 2 points 16 hours ago

I love Kate

I use it on gnome and it is simply fantastic

[–] jlow@discuss.tchncs.de 2 points 17 hours ago
[–] Assassassin@lemmy.dbzer0.com 55 points 1 day ago

God I love Kate. Being able to just randomly open any file and get syntax highlighting and tabs makes dealing with system files so much easier

[–] NeilBru@programming.dev 11 points 1 day ago (1 children)

I use Zed these days, but I'll never uninstall Kate.

[–] j5906@feddit.org 1 points 21 hours ago

Zed is quite impressive, it opens like instantly when you double click it.

VS Codium on the other hand takes a few seconds to display everything correctly. Yes once its open it speeds up and is not that slow anymore, but compared to Zed it does still feel very heavy.

[–] watson387@sopuli.xyz 34 points 1 day ago (2 children)

Yeah, Kate is excellent. I use it on my Linux stuff at home but I use it on Windows at work also.

[–] OwOarchist@pawb.social 13 points 1 day ago (2 children)

but I use it on Windows at work also.

Huh... And here I was, never even considering that somebody may have ported Kate to Windows. I should try it, for the rare instance I'm editing something on Windows!

[–] jahtnamas@slrpnk.net 17 points 1 day ago (1 children)

tons of KDE software is on the windows store, from KDE themselves, even (i can't link the platform filter directly, just change the "all platforms" dropdown to "windows")

[–] eli@lemmy.world 6 points 1 day ago (1 children)

God damnit. I never knew Konsole was available on windows.

[–] maniacalmanicmania@aussie.zone 1 points 3 hours ago

I think you mean Kwindows.

[–] SubArcticTundra@lemmy.ml 5 points 1 day ago

KDE connect works too

[–] needanke@feddit.org 3 points 1 day ago

Me too, it's been such a blessing!

[–] natecox@programming.dev 21 points 1 day ago

Kate was my first “real” code editor coming from windows notepad back in the 90’s. It was my first taste of syntax highlighting.

Fond memories.

[–] aesopjah@sh.itjust.works 1 points 21 hours ago

Curious if anyone knows this, does it use the same buffering system as N++? Meaning, if I open a log file in N++ that is still being written to it never has an issue with blocking the program writing to the file since (it seems) to open it in a separate buffer that can get updated as the file does. A very handy feature for the logs I use, and if Kate can do that I'm all in.

I will test it myself obv, but perhaps someone will be able to answer before I'm able to test, and then also the information will be here :)

[–] justlemmyin@lemmy.world 13 points 1 day ago (1 children)

Ctrl + Shift + B is what converted me to a kate worshipper!

[–] yodeljunkmanenvy@piefed.social 10 points 1 day ago (2 children)
[–] 56_@slrpnk.net 8 points 1 day ago

Also Alt+click to add multiple cursors.

[–] justlemmyin@lemmy.world 3 points 1 day ago

Indeed. It lets you do so much with that little feature. Not just select but edit also. My mind was blown. Made adding prefixes to each new line a piece of cake.

[–] dosse91@lemmy.trippy.pizza 6 points 1 day ago

I absolutely love Kate, I've been using it since 2019 when I switched to Linux and I needed a replacement for Notepad++, and I prefer it to more sophisticated editors like VS Code.

[–] MentalEdge@sopuli.xyz 15 points 1 day ago* (last edited 1 day ago)

I just took to using it since it was the default pre-installed editor when I went KDE.

I've been able to do everything I needed in it, all the way up to writing fairly complex python.

No complaints. In fact I quite like it.

[–] Hominine@lemmy.world 14 points 1 day ago

Kate is awesome I use it every day; if not as a scratch pad, as an editor.

[–] rimu@piefed.social 10 points 1 day ago (1 children)

It's my fave too. It handles opening files over the network very well and I like the scrolling system on the right.

Featherpad is my alternative when I want something I can paste into on the screen right now as Kate loads a little slowly.

[–] OwOarchist@pawb.social 13 points 1 day ago* (last edited 1 day ago)

when I want something I can paste into on the screen right now as Kate loads a little slowly

Fun fact I just learned recently: If you have text in your clipboard, you can paste that directly into the file manager (or the desktop background). It will prompt you for a filename, and then create a file with the pasted text in it.

If all you want to do is paste some text, you can actually do that without using any text editor at all.

[–] hayvan@piefed.world 9 points 1 day ago

I met Kate back in 2003 or so, immediately fell in love, and still use it (no longer my primary code editor, but primary for everything else.)

[–] SaharaMaleikuhm@feddit.org 4 points 1 day ago

Yeah, its great. I use it daily.

[–] Dave@lemmy.nz 7 points 1 day ago (4 children)

One thing I miss from Notepad++ that I've never found in a Linux text editor is the ability to just open it and type stuff and it stays there even if you close it and open it again.

[–] yodeljunkmanenvy@piefed.social 13 points 1 day ago (1 children)

Have you tried using the Sessions feature in Kate? It allows you to pick up where you left off, even between multiple projects.

[–] Dave@lemmy.nz 5 points 1 day ago

I haven't! But the main advantage of the Notepad++ way is the files aren't actually saved anywhere, it saves them temporarily until you choose where to properly save them. You can just keep opening new tabs and putting stuff in them and it remembers even if closed, but you don't have to actually save them.

[–] SpaceNoodle@lemmy.world 3 points 1 day ago (1 children)

Sublime Text supports this, but it's not FOSS.

[–] redbr64@lemmy.world 3 points 1 day ago

For this reason, Sublime Text is to me basically a gigantic scratchpad with dozens of tabs open at all times 😂

[–] sneaky@r.nf 2 points 1 day ago

Windows does this now /s

[–] diazona@techhub.social 2 points 1 day ago (1 children)

@Dave @yodeljunkmanenvy Hmm interesting... I personally tend to think of that as a feature of a notetaking app rather than a text editor. But I see how it could come in handy in a text editor too, sometimes.

[–] Dave@lemmy.nz 2 points 1 day ago (1 children)

Maybe I should be looking for a note taking app, but I want it for storing everything from to do list items to quick edits of code snippets so I kind of want the text editor features.

[–] bitterseeds@fosstodon.org 2 points 1 day ago (1 children)
[–] Dave@lemmy.nz 2 points 1 day ago (2 children)

Hmm, I guess I have Joplin and I use it a lot, but it doesn't really feel the same as a text editor. I'm not really sure how to explain it haha

[–] diazona@techhub.social 1 points 15 hours ago

@Dave @bitterseeds FWIW I use Obsidian for notes but I feel like the way it handles code snippets is one of its weaknesses. Joplin seems marginally better 🤷 but I have not found a proper "code notes" app that I'm happy with.

[–] bitterseeds@fosstodon.org 2 points 1 day ago (1 children)

@Dave Oh. I get you. I've jacked up VIM into a full on IDE, I do 98% of my day in VIM. Obsidian is good for a lot of stuff, I keep longer term code snippets and notes in it. I usually have two windows on my main VTE … VIM and Obsidian. :D

I get ya though. I do. I'm just an old head, so VIM will have to be removed my cold, dead hands. 🤣

[–] Dave@lemmy.nz 2 points 1 day ago

I feel like I should up my game in vim. It's my preferred CLI text editor, I hate when things default to nano as I have trouble working out how to use it. But I very much use the OOTB vim and only basic commands at that.

When you say you have it set up as an IDE, are you talking something that looks like the first picture here (with the red boxes)? I have so much to learn 😅

[–] Kazumara@discuss.tchncs.de 3 points 1 day ago

I used kate for my algorithms class, it was so nice, the syntax highlighting and symbol referencing worked out of the box.

This was in contrast to ctags that confused me at the time.

I should actually install kate on my work mac, I just kind of defaulted to VS Code since the colleagues were doing that, but seeing now that Kate is crossplatform that should be nice.