Open jvzr opened 13 years ago
Currently, this menu item capitalizes the first letter of every words.
I would suggest using John Gruber's perl script to introduce smart capitalization.
Here's a refactored and efficient fork of John's script:
http://plasmasturm.org/code/titlecase/
[Need shell script support in the JS API for this, which in turn needs CHTask]
CHTask
Oh, right. But it's available in JS, too :-)
http://individed.com/code/to-title-case/
Currently, this menu item capitalizes the first letter of every words.
I would suggest using John Gruber's perl script to introduce smart capitalization.
Here's a refactored and efficient fork of John's script:
http://plasmasturm.org/code/titlecase/