How do I get rid of this status panel? It pops up every time I save.

https://lemmy.kde.social/post/3300705

How do I get rid of this status panel? It pops up every time I save. - KDE Social

Lemmy

Kate, I’m assuming? Is it a plugin that has a dependency on Node.js?
What are we looking at here?
Some kind of code editor that’s missing its formatter
have you tried installing nodejs and prettier (as a global dependency) to get rid of that error?
Well have you tried installing node and prettier
You have the Kate Formatting Plugin activated. Either disable the plugin, or disable formatting on save for your file type: kate-editor.org/…/2024-05-13-kate-formatting-plug…
Introducing the Formatting plugin

So this is not quite an introduction since the plugin has been around for almost a year now, having been released in the 23.04 release but since I never got around to writing a blog about it, here I am. In simple words, the formatting plugin allows one to format code easily and quickly. Well the "quickness" depends on the underlying code formatter but we try to be as quick as possible. So far if you wanted to do code formatting from within Kate, the only way to do that was to configure a tool in the External Tools plugin and then invoke it whenever you wanted to format the code. While this works it wasn't great for a few reasons. Firstly, you would loose undo history. Secondly, the buffer would jump and you would most likely loose your current position in the document. Thirdly, for every language you get a different tool and you need to remember the right tool to invoke on the right document type.

Kate