https://github.com/royalfig/the-capitalizer
A lightning-fast title capitalization tool built with Vue.js
https://github.com/royalfig/the-capitalizer
capitalization capitalizte case converter headline lowercase title uppercase vue
Last synced: about 1 month ago
JSON representation
A lightning-fast title capitalization tool built with Vue.js
- Host: GitHub
- URL: https://github.com/royalfig/the-capitalizer
- Owner: royalfig
- Created: 2019-05-16T13:00:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:26:53.000Z (over 1 year ago)
- Last Synced: 2025-03-18T12:50:18.573Z (about 1 month ago)
- Topics: capitalization, capitalizte, case, converter, headline, lowercase, title, uppercase, vue
- Language: Vue
- Homepage: https://thecapitalizer.com
- Size: 4.97 MB
- Stars: 11
- Watchers: 0
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Capitalizer
The Capitalizer is a lightning⚡fast tool for automatically converting text to title case, according to the style guidelines of the Associated Press, American Psychological Association, Chicago Manual of Style, Modern Language Association, New York Times, and Wikipedia.
[👉 Capitalize Some Titles](https://thecapitalizer.com)
## Advantages
- No ads
- Real-time capitalization
- Bulk conversion (convert multiple titles at once)
- Formatting assistance for quotes and em dashes
- Offline support
- Easily copy to clipboard
- Lightning⚡fast## About
The Capitalizer is a PWA built with Vue.js. The business logic for capitalization lives in /capitalize/capitalize.js.
## TODOs
- Improve capitalization logic (e.g., hyphenation rules, better verbal noun support)
- Bug fixes
- Show reasons why words were or were not capitalized
- Add ability to define custom rules
- ???Follow me on Twitter: [@theroyalfig](https://twitter.com/theroyalfig) | [@the_capitalizer](https://twitter.com/the_capitalizer)