-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add "Titlecase" Formatter for save actions #528
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
Comments
Is there not some kind of right-click option that performs this? Certain formatters are planned as part of the rework of the serialization mechanism. We could consider a titlecase formatter as well. However, this is still distant future and we really really welcome help in the form of pull requests. |
@lenhard Good call, I didn't even think to double-click. Case conversion is there. Thanks! However, this might be a good item to add to the cleanup area to ensure consistency across entries. |
Good to hear! I'll keep that issue as a reminder for the formatters and change the title accordingly. |
This is a very interesting subject. See JabRef#60, #400, and #419 and probably some other issues. Some points:
As I see it, there's no single solution for this. Still providing a more flexible cleanup where one can run any of the formatters on any of the fields would be quite useful. |
@g10996694 Thanks so much for this reminder! #295 and this issue stand for the same thing. Since there is no point in having two open issues for the same aspect, I'll close this one as duplicate and discussion can continue in #295. |
I have used Google Scholar to import entry information numerous times; however, it has usually imported fields such as "title" and "journal" with lowercase entries except for the first letter. Can a feature be added (perhaps to cleanup entries) to convert user-defined entries (title, journal, booktitle, etc.) to titlecase (i.e., the first letter of each word capitalized)?
Along these lines, there should perhaps be a list of acronyms that it shouldn't convert the case of (or if lowercase, make strictly uppercase) and words that it shouldn't capitalize (e.g., and, in, of).
For example, I recently imported "Physics in Medicine and Biology" as "Physics in medicine and biology".
The text was updated successfully, but these errors were encountered: