A Sublime Text plugin to properly capitalize people's names. This package uses the npm namecase module, which runs in node.js.
Check that you have node.js installed and in your path.
Next, install the namecase module globally.
npm install -g namecase
Go to the "Packages" directory (Preferences
/ Browse Packages…
). Then clone this repository:
git clone git://github.com/emgee3/sublime-namecase