Prevent extra braces in BibTeX export
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
Title <i>with</i> <span class="nocase">MARKUP</span>intoTitle <i>with</i> <span class="nocase">markup</span><span class="nocase">in Zotero? Or is there something in place to make this unnecessary?If a CSL style were to use text-case="sentence", citeproc-js would force an unprotected uppercase letter to lowercase, but the CSL style guidelines say to never use use text-case="sentence" but instead to assume that all titles are sent to citeproc in sentence case with only proper nouns or other always-uppercase words in uppercase.
Line #111 of BibTex.js----comment the title
var caseProtectedFields = [
//"title",
"type",
"shorttitle",
"booktitle",
"series"
];