Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattstevens/sublime-titlecase
Smarter title casing for Sublime Text
https://github.com/mattstevens/sublime-titlecase
Last synced: 3 months ago
JSON representation
Smarter title casing for Sublime Text
- Host: GitHub
- URL: https://github.com/mattstevens/sublime-titlecase
- Owner: mattstevens
- Created: 2012-10-07T00:45:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T23:31:11.000Z (over 5 years ago)
- Last Synced: 2024-05-19T23:37:05.218Z (6 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 21
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The title case function that currently ships with Sublime capitalizes the first letter of every word regardless of context or size. This plugin adds a Smart Title Case command that wraps Stuart Colville's [Python implementation](http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/) of John Gruber's [Title Case](http://daringfireball.net/2008/05/title_case).