Possibility to initialize multiple given names in renaming pattern?
For creators that have multiple given names (stored in Zotero as first name middle name or first name middle initial) Is there a way to use the initials of all given names in renaming conventions?
So that I would get:
Smith, Jack => Smith, J
Smith, John Paul => Smith, JP
What I have, so far is:
{{ creators name="family-given" initialize="given" initialize-with="" }}
But initialize="given" only initializes the first given name. Is there some option that would initialize all given names?
So that I would get:
Smith, Jack => Smith, J
Smith, John Paul => Smith, JP
What I have, so far is:
{{ creators name="family-given" initialize="given" initialize-with="" }}
But initialize="given" only initializes the first given name. Is there some option that would initialize all given names?
{{ creators max="1" name="family" }}, {{ creators max="1" name="given" replaceFrom="(?<=\w)(\w*)" replaceTo="" regexOpts="g" }}