typemap
Specification and examples for user-defined typemap
Value
Usage in the extension
Examples
// Other item types will be associated with their label from zoteroRoam.typemap
zoteroRoam_settings = {
// dataRequests: {...},
typemap: {
bookSection: 'Chapter',
conferencePaper: 'Paper',
journalArticle: 'Paper'
}
}Last updated