[Zotero 7] JavaScript API instruction to obtain the title of an Item in Title Case?
Is there a JavaScript instruction to obtain the title of a selected Item in Title Case? I think I researched this months ago only to discover that the answer is No, but perhaps I was wrong. Does anyone know? Thanks!
Zotero.Utilities.capitalizeTitle(
ZoteroPane.getSelectedItems()[0].getField('title'),
true
)
getField('title', false, true)
to handle the few item types where the title isn't "Title".)