Changing the exported field type Better bibtex exports
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
if (Translator.BetterBibTeX && item.itemType === 'webpage') {reference.add({ name: 'maintitle', value: item.title })
reference.remove('journaltitle')
}
But do you mean that
@onlineentries should always usemaintitleinstead ofjournaltitle? I can't findonlinein TTB or BibTeXing, and the biblatex manual (are you exporting bibtex or biblatex?) seems to indocate that neitherjournaltitleormaintitleare appropriate for@online.Can you open an issue on the BBT github issue tracker for this?
But I meant something else. If I would cite this thread, I would like to export 'Zotero.org' as the title of the website and 'Changing the exported field type Better bibtex exports' would be the normal title.