Title Case / Sentence Case
First it's hard to properly name these terms since some say it mean capitlize of letter of every word and others do not.
So I use the python title case for chapter names
https://github.com/ppannuto/python-titlecase
This one is in Rust
https://github.com/wezm/titlecase
Perl (the original)
https://gist.github.com/gruber/9f9e8650d68b13ce4d78
PHP
https://gist.github.com/hipsterjazzbo/2532c93a18db7451b0cec529c95b53c4
Javascript
https://github.com/bdougherty/better-title-case
https://github.com/artsy/to-title-case
https://github.com/directus/format-title
Obsidian (note taking app)
https://github.com/ChaseTramel/obsidian-title-case-note-title
VSCode extensionsCaptilize
(Viable lab) to Chicago styleString Manipulation
(marclipovsky)
Can do Titlelize (AP) or Chicago Style
>>Click here to continue<<