file renaming syntax CAPS?
I'm trying to define a file renaming protocol for Zotero that duplicates the system I've used for years. This includes switching between capitalized and uncapitalized letters, with all caps "AUTHORNAME" and only first letter capped "Item title". There are many other aspects to the protocol as well, but I think I understand how to configure most of those from the examples provided here:
https://www.zotero.org/support/file_renaming.
I don't, however, see how to make the authorname all caps, or to alternate between all caps and lowercase. Typical file names using my existing system is as follows:
SMITH and JOHNSON eds - 2025 - Whats up with that- discursive analyses of metamediation in Saturday Night Live- 1975-2025
or, with 3+ editors/authors:
SMITH et al eds - 2025 - Whats up with that- discursive analyses of metamediation in Saturday Night Live- 1975-2025
I assume there's no way to do caps on proper nouns automatically, so perhaps Zotero's default of capping most title letters is fine, but I'm hoping I can make the rest work. (Primarily a matter of recognizing and ALL CAPPING editor/author, spacing, and eliminating characters other than dashes.)
Can anyone share suggestions for the capitalization issue in the authors/editors field?
Thanks!
-Josh
https://www.zotero.org/support/file_renaming.
I don't, however, see how to make the authorname all caps, or to alternate between all caps and lowercase. Typical file names using my existing system is as follows:
SMITH and JOHNSON eds - 2025 - Whats up with that- discursive analyses of metamediation in Saturday Night Live- 1975-2025
or, with 3+ editors/authors:
SMITH et al eds - 2025 - Whats up with that- discursive analyses of metamediation in Saturday Night Live- 1975-2025
I assume there's no way to do caps on proper nouns automatically, so perhaps Zotero's default of capping most title letters is fine, but I'm hoping I can make the rest work. (Primarily a matter of recognizing and ALL CAPPING editor/author, spacing, and eliminating characters other than dashes.)
Can anyone share suggestions for the capitalization issue in the authors/editors field?
Thanks!
-Josh
This is done by using the
case
parameter. Here is an example template:{{ firstCreator case="upper" suffix=" - " }}
{{ year suffix=" - " }}
{{ title }}