emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
I forgot to mention that user specifically talked about CMOS 18. Don't know whether that matters. I've directed him here, BBT aims to follow Zotero on title casing.
-
According to a report I got over on github, this CSL entry [ {"id":"liang2018","accessed":{"date-parts":[["2025",10,1]]},"author":[{"family":"Liang","given":"Kathleen"}],"citation-key":"liang2018","container-title":"Choices: The Magazine of Food,…
-
It would automatically do a full reindex. I was dealing with a lot of large files it the time. The plugin does not work with Zotero 7 and I don't know whether I will change that - way too many plugins still to go that are more useful.
-
That's what I have now
-
Found it. Added it to shutdown and mainwindow unload
-
Undoubtedly the case. I am adding ftl as window.MozXULElement.insertFTLIfNeeded('better-bibtex.ftl') should that be removed as window.document .querySelector(`[href="better-bibtex.ftl"]`) ?.remove(); ? And why in shutdown rather than onM…
-
I don't know, I am not interfering with the dialog or with Zotero translations. I am monkey-patching Zotero.Items.merge but I don't see how that could cause this.
-
I do now
-
We've been discussing this in the context of importing entries using BBT (or any other import translator). Import translators don't deal with the contents of attachments, so this would be a job for the import framework itself.
-
The problem seems to appear when anyone (BBT or otherwise) calls Zotero.ItemTreeManager.refreshColumns(), it's just that I seem to be the only plugin calling it. If BBT is not installed, and that method is called, the problem appears (see discussion…
-
I just declare I want the columns, AFAIK I have zero control over where it appears.
-
Separate collections is going to be hard. For groups, which can contain collections, the best way to keep in sync with collaborators is zotero sync, which is free if you don't sync attachments. There are ways (using linked files rather than imported…
-
No, and neither is likely to add it. Why would you use bibitem? bib(la)tex will generate those for you.
-
This situation has not changed and is not at all likely to change. I have at some point tried to build Debian native packages, but never got it to work. It means you have to build the firefox base from source, and that means I would have to do a bui…
-
No risk on my part. I have a vested interest in the debs as they are used in my test chain, and updates to the debs are a fully automated affair that has effectively zero maintenence effort, on zero cost infrastructure. I have no reason to change an…
-
I don't think it's the stock Zotero exporter either. BBT will pass it through if you have used script tags, but that is an advanced feature few people actually use.
-
I don't know who adds \bf though. I don't think that is BBT.
-
The problem is reproducible for @yhkang926 with another (non-BBT) columnUninstall BBT & restart ZoteroOpen Tools -> Developer -> Run JavascriptPaste in Zotero.ItemTreeManager.refreshColumns() and click run (The conversation can be found he…
-
.
-
Ports are open, but browsers are blocked. If you use curl it will work.
-
This behavior starts after BBT calls Zotero.ItemTreeManager.refreshColumns(). If I don't do that, the problem does not appear.
-
BBT is fully compatible with Zotero 7
-
I haven't heard about this in github, I'd like to address the underlying problem in BBT.
-
@asdf.hans what distro are you on?
-
To have the field moveable would require a zotero change, but I'm not likely to change it from where it is. BBTs preference pane is too big as it is. I'm happy to have BBT be the base for citekey based integrations, but I've added several others t…
-
Oh and even the concept of "word" isn't trivial. Is O'Leary one word or two? NLP is such fun.
-
affect every occurrence of that word. not as simple as it looks, eg chemical elements (capitalized) that are also regular words: Fe = faith (Spanish), Co = neck (Vietnamese). This goes for the majority of the chemical elements. It should be easy to …
-
You capitalize them.
-
(which is the Zotero-supported way to do this BTW, it's not specific to BBT)
-
I'm getting a report for this again. I can't reproduce this myself on macos, and the way to avoid it is to not call registersection https://github.com/retorquere/zotero-better-bibtex/blob/master/content/better-bibtex.ts#L687. But the citekey is in …