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

Feature request - Switch case to "Title Case" #214

Open
adriangronau opened this issue Aug 21, 2023 · 1 comment
Open

Feature request - Switch case to "Title Case" #214

adriangronau opened this issue Aug 21, 2023 · 1 comment

Comments

@adriangronau
Copy link

Is your feature request related to a problem? Please describe.
When writing documentation, using title case for section headers is the default for my projects. While the string manipulation plugins provides the capitalize option, this is different than title case. For example:

  • Title Case: The Quick Brown Fox Jumps over the Lazy Dog
  • Capitalize: The Quick Brown Fox Jumps Over The Lazy Dog

Because the capitalize option simply capitalizes every word, I've been using online tools for this purpose but an integration in the plugin would improve my workflow a lot! 🙂

Describe the solution you'd like
In the context menu, after selecting String Manipulation > Switch Case ... a new option To Title Case should appear and perform the transformation of the selection to title case

Describe alternatives you've considered
Online tools like https://titlecaseconverter.com/

Additional context
As there are multiple conflicting standards (e.g. AMA, APA, NYT, Wikipedia, ...), it might make sense to define one standard to implement.

If this is a welcome change, I'd be happy to implement this myself but wanted to ask first whether the addition makes sense for the plugin.

Cheers

@krasa
Copy link
Owner

krasa commented Aug 21, 2023

Sending data to external services might be a security/legal problem for some corporations. It would be better to do it in a new plugin.

No idea how an offline solution could be implemented. But sure, it would be welcomed.

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

No branches or pull requests

2 participants