File renaming customization
Hello,
after some crawling through several documents, I found in the changelogs that the file renaming can be customized (with truncation) via Firefix' about:config -> extensions.zotero.attachmentRenameFormatString. I was hoping for an easier way to find that variable, but now I found it anyway :)
Now my question is: What are the possible variables in this expression, and is there an option to convert spaces to underscores? Even better would be a complete list of available options :)
AFAICT, %t stands for the title, %c are the authors and %y is the year, each variable should be enclosed into curly braces and {n} would truncate the resulting string to n characters.
Thanks for your answers,
Daniel
after some crawling through several documents, I found in the changelogs that the file renaming can be customized (with truncation) via Firefix' about:config -> extensions.zotero.attachmentRenameFormatString. I was hoping for an easier way to find that variable, but now I found it anyway :)
Now my question is: What are the possible variables in this expression, and is there an option to convert spaces to underscores? Even better would be a complete list of available options :)
AFAICT, %t stands for the title, %c are the authors and %y is the year, each variable should be enclosed into curly braces and {n} would truncate the resulting string to n characters.
Thanks for your answers,
Daniel
One additional variable I would find useful would be something like %j for the journal or publisher. Titles can be very similar (especially for the same authors in the same year), but author/journal/year is pretty unique in many cases and also often used colloquially to reference a specific paper.