emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
For BBT support please open an issue on github.
-
If you rename the xpi to zip, you should be able to view its contents. If that doesn't work, you don't actually have a xpi.
-
I wonder whether a subreddit couldn't just replace these forums.
-
I can give it a stab. It'd be a separate translator, but the plumbing is there in BBT.
-
If it's just the popup, you can disable it by changing startupProgress.
-
Speed upgrade achieved.
-
Yes.
-
If you export as Zotero RDF, everything you need to reconstruct the note in LaTeX is present in the export. It will be a bit of work to do.
-
And from the same download page, these would have reduced "a whole day" to minutes: https://github.com/retorquere/zotero-deb/#readme The snap package keeps running into file permission problems. Don't see why people are so enamored of them.
-
I could do this as a plugin
-
You mean you get [[sic]] in the better bibtex export? I don't see that. I do see {{sic}}, and that is as it should be -- it means bibtex will not change the case on sic, which is what you want. If you mean you get double brackets using [[sic]], then…
-
I work on a MacBook Pro 2018 connected to two external monitors using a caldigit TS3plus TB dock. Never had this problem. You can disable the popup by changing the hidden variable startupProgress to the exact text progressbar.
-
If you render a title-case style (such as CMoS) bibliography from that title, Zotero also turns it into Sic. If Zotero exempts sic from capitalization, I will make BBT follow suit. The short-term solution for both Zotero and BBT is to enter the titl…
-
I'm also working to speed up loading of the BBT translators: https://github.com/retorquere/zotero-better-bibtex/issues/2265
-
A simple translator can export the collections to an HTML file, but @dstillman I'm getting "Zotero.write is not a function" on line 78, any idea why?
-
periods are allowed in citekeys BTW. But if "a." is showing up in the citekey, you either have it in a one-part name, or you have the "a." in the lastname field.
-
Please report BBT issues at https://github.com/retorquere/zotero-better-bibtex/issues.
-
@Bourde please (re)read my previous comment above.
-
Pull export is just on-demand export. If you compile locally, and you have Zotero running, and you use biblatex, you can use this on-demand export instead of automated export, but it will export for every single compile of your document. Whether thi…
-
Them is me ;)
-
Wait - you mean you had to edit the input before it worked? That sounds like a bug, could you report that on github?
-
For now you have to remove all spaces from patchDates. An upcoming releases eases that requirement. You can also just leave it empty, because tex.date-added=dateadded,tex.date-modified=datemodified is always active.
-
Not a BBT debug ID.
-
Go to Tools -> Developer -> Run Javascript, check "run as async function", paste the script below under Code: and click Run const preprint = Zotero.ItemTypes.getID('preprint') const search = new Zotero.Search() search.addCondition('itemType'…
-
That, or if you want to just convert all "report" items, you don't need to tag them, I could just work with that.
-
In the BBT preferences: https://retorque.re/zotero-better-bibtex/installation/preferences/export/#postscript-1
-
Do these report items have anything that identifies them collectively?
-
if (Translator.BetterBibTeX && zotero.itemType === 'preprint') { tex.entrytype = 'article' }
-
@Bourde that means Mendeley citation keys ought to show up in some way in the extra field. If so, please open an issue at https://github.com/retorquere/zotero-better-bibtex/issues, if not, file an issue at Zotero.
-
Wouldn't that only work for preprint? What happens if an itemtype doesn't have a field that is listed in this mapping? Is it lost, or is it added to Extra? edit: and since it looks like there isn't a mendeley item type that maps to preprint in Zote…
Upgrade Storage