title icon indicating copy to clipboard operation
title copied to clipboard

A service for capitalizing your title properly

Results 17 title issues
Sort by recently updated
recently updated
newest added

The main regex in `src/index.ts` is functionally correct but difficult to read and understand. This affects maintainability and onboarding of new contributors. ### Suggested Fix Extract named parts (e.g., word...

Closes : #92 This PR adds commonly used lowercase words such as `vs`, `aka`, `etc`, `i.e.`, `e.g.`, `lest`, and `notwithstanding` to the existing titlecasing rules in `lowerCase`. These are often...

I’d like to improve the default title casing logic by adding lowercase words like `vs`, `aka`, `i.e.`, `e.g.`, and others that are commonly excluded from capitalization.

Shouldn't it be "facebook is Great"? Shouldn't "great" be capitalized?

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @​myndzi). Commits 3044cd5 Release 3.3.8 version...

dependencies

Also worth noting that CMOS 18 no longer lowercases prepositions longer than four characters, so those should be removed. https://titlecaseconverter.com/blog/cmos-18-changes/

Added AI specific terms `MCP`, `AI` and `OpenAI` to `specials.ts`.