Option to change the case of text in Kate

Hello,

I just started using Plasma. Before, I used Sublime to edit plain text. However, I prefer to stick with free software, and I’ve found Kate to be great. But right from the start, I needed features like “Change Case,” “Sentence Case,” “CamelCase,” or “Word Capitalization.”

But I can’t find anything in the menus…

Could you tell me how to do that?

Thanks for this software!

hi, welcome.

the selection > capitalization menu has some options

search and replace can apply regex to a string

kate also has tools > scripts that can do preprogrammed operations on a selection

and under tools > external tools, you can run your own shell scripts

Kate has only the 3 main options to change case, and lacks “Sentence case”, “CamelCase” and “tOGGLE cASE”. Maybe adding 3 scripts to External Tools can fill this gap?