Emiliano Heyns
unread,Jul 20, 2026, 8:40:44 AM (yesterday) Jul 20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zotero-dev
When I run this
const abbrevs = {
default: {
'container-title': { },
'collection-title': { },
'institution-entire': { },
'institution-part': { },
nickname: { },
// eslint-disable-next-line id-blacklist
number: { },
title: { },
place: { },
hereinafter: { },
classic: { },
'container-phrase': { },
'title-phrase': { },
},
}
const journal = 'Jahrbuch für Heimatkunde'
Zotero.Cite.getAbbreviation(null, abbrevs, 'default', 'container-title', journal)
abbrevs.default['container-title']
I get
{
"Jahrbuch für Heimatkunde": "Jahrb. Für Heimatkunde"
}
Where `Für` has been capitalized. Is there a way to prevent this? I am using the Zotero abbreviator for BBTs automativ abbreviations.