Cycle case of selected text ( Mixed -> Upper -> Lower -> Initial Caps ...)

There’s a bug in this such that single letter words disappear when toggling to title case.

Also it’s not true title case, it’s just capitalized. Not to be pedantic but this matters if you’re trying to keep a clean bibliographic database. See my Alfred workflow for the difference and an example for how to implement in Perl: https://www.alfredforum.com/topic/2180-case-converter-including-title-case/

And here’s a JS implementation based on the Perl script that I borrowed there: