emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
You'd need a custom translator for this
-
That entry looks like it was written for BBT but not exported by BBT. In BBT I would actually recommend putting tex.title in the extra field these days.
-
I'm working on the support for the new fields. Can you open a new issue for this case on the BBT support page?
-
Awesome! Next up - stripping all this :D Looking forward to this, this is going to get rid of a lot of complexity.
-
What plugins do you have installed?
-
The save as function also works in chrome
-
Those listed errors are unrelated, they are reported by standard translators which should just ignore data not intended for them. But please do open an issue on the BBT project page.
-
You mean this publicly available code?
-
Using the better bibtex plugin you can either use this in the title field ATLAS b-jet identification performance and efficiency measurement with $$t{\bar{t}}$$ events in pp collisions at $$\sqrt{s}=13$$ TeV Or put this tex.title= ATLAS b-jet ide…
-
(I did have my database set up correctly for the extra migration, that I was seeing items that had neither was a problem in BBT itself)
-
I've ran a few versions of my 24k3 tests on Z7 and z8beta with the latest BBT release and all pass.
-
So 3 seconds startup actually, the extra menu stays around 15 secs after to catch any after-start errors.
-
Open the help menu, when bbt starts a menu item will appear "Send plugin debug log". That menu item will go away 15 seconds after BBT finishes startup.
-
Much appreciated BTW!
-
Correct, manually. Zotero will first migrate the keys out of extra, after that BBT will start. I'd be interested to know how long each takes and how many items are in your library.
-
does Zotero 8 log information about how long the migration phases took? It seems pretty speedy to me now, but numbers would be nice.
-
We've been holding the Z7 fields update until you resolve the performance issues. We don't want to push a release that results in a 40-minute upgrade. Though we could conceivably update the progress window to make clear that Zotero is done and it's …
-
For startup, you should be able to await Zotero.uiReadyPromise, at which point all items in the initially selected library will have been loaded. The two things I am thinking may need loadAllData is key gen and auto-export. If items from a never-se…
-
I have a test build at https://github.com/retorquere/zotero-better-bibtex/issues/3362, it would be nice to have confirmation, but it passes my test suites, so I intend to release after midnight. Every midnight the bulk test runs and I want to have i…
-
I would also prefer to stop calling loadAllData unnecessarily, and for that I need to be able to establish that an item or all items in a library have already been loaded.
-
Never mind. I'm going to just postpone BBT spinup until the lift has finished. Tests are running.
-
@erazlogo in Zotero 8, all keys will be pinned keys.
-
When is Z7 with citekeys coming out? I'm chasing ghosts where this entire bit of code is going to be scrapped in maybe days.
-
Ah I don't know what the final situation would be, I have so far interrupted the test before it could finish. I am seeing loads of stalled transactions. I'm not sure yet how I cause these yet, but if there is indeed the guarantee that after Zotero.…
-
I tested my database before start using this WITH x AS ( SELECT item.itemID, item.key as itemKey, item.libraryID, MAX(CASE WHEN f.fieldName = 'extra' AND idv.value LIKE '%citation key:%' THEN idv.value END) AS extra, MAX(CASE WHEN f.field…
-
Can you get me a database after all? I thought I had a database properly prepped with every item having an extra: line, but I am getting notifications for items that have neither an extra: line nor a citationKey field. If every item has an extra: li…
-
I think I have found the spot where I missed the lift.
-
Wait I do see the progress bar now. Once that goes and the popup in my screenshot shows, what phase is the extra lift in?
-
I have restarted the extra lift without BBT ever calling loadAllData
-
But that would mean there is no circumstance where I would ever have to call loadAllData, and I would not even have to try to detect whether items are loaded -- yet I was running into these problems. I don't know what the exact circumstances were, b…
Upgrade Storage