Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifying lists.js #34

Open
ItIsSeven opened this issue Apr 4, 2022 · 2 comments
Open

Modifying lists.js #34

ItIsSeven opened this issue Apr 4, 2022 · 2 comments
Labels
2.0 For Capitalizer 2.0

Comments

@ItIsSeven
Copy link

I've modified my lists.js to add certain words that I want to be all caps.
Now this works for most words, but when I add an apostrophe (') into the lists.js the line with the apostrophe is just ignored & the text isn't converted.

Not sure if this happens for other things like slashes (/) or hashtags (#) or any other characters, but the apostrophe is the most important to me.

@royalfig
Copy link
Owner

royalfig commented May 2, 2022

Thanks for the update. I'm working on a new version of the Capitalizer with revised logic and will take this case into account.

@royalfig royalfig added the 2.0 For Capitalizer 2.0 label May 2, 2022
@ItIsSeven
Copy link
Author

ItIsSeven commented May 2, 2022

To add to this, there should be a way to capitalize in a custom way.
Where for example you want box -> BoX, that should be possible.
There also needs to be functionality to convert a string of text and replace it with another string..
There also needs to be an AllLowercase list aswell, but this could be in the same list as ^, infact it all could be in 1 list incl the AllCaps list, but that is upto you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0 For Capitalizer 2.0
Projects
None yet
Development

No branches or pull requests

2 participants