-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zotero 7: only citekey display in the item detail box remaining #2522
Comments
Is there a timeframe? |
No. I'm actively working on it, and I keep thinking I'm close and then hitting another problem. It could be days, weeks or months. |
... Thanks for your hard work! |
Will the plugin Zotero Debug Bridge be updated to be compatible with zotero v7? |
I've uploaded the new version, 6.7.79 should work with 7. |
In a bit of good news, I'm one failing test away from getting BBT to bootstrapped, which is the most important hurdle. |
Same here, unfortunately. Running Zotero 7.0.0-beta.7+7c902d40a on Apple Silicon. |
I've forgotten to update the install.rdf. I'll fix that when I'm back home
in a few hours.
…On Mon, 29 May 2023, 13:38 Alessandro Pizzigolotto, < ***@***.***> wrote:
Same here, unfortunately. Running Zotero 7.0.0-beta.7+7c902d40a on Apple
Silicon.
—
Reply to this email directly, view it on GitHub
<#2522 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABAIDCSEPASLKEN2JMRKT3XISDBPANCNFSM6AAAAAAYLAFCBI>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
New version is up, same version number though. |
Download again, and still cannot be installed. |
I started the wrong version. I can replicate the install problem. Looking into it. |
New version installs on 7 |
Now it installs on v7 |
@retorquere, thanks so much for getting things back working to this extent! In Better BibTex 6.7.186 and Zotero 7.0.0-beta.77, there are certain circumstances where the citation key section displays the incorrect key. I haven't entirely sorted out when it happens, but it seems to mainly be when I've
In these circumstances, the old key displays (but isn't copyable) if the key section is collapsed and another random key (but copyable) if the section is expanded as in the examples below. I have to select some other item and then return to the original item for the correct updated key to display and be copyable. |
I haven't been able to reproduce it yet. A new build will drop here soon which will (pretty obnoxiously) show what's happening under the hood. It will pop up two notifications for every time you click an item ( |
🤖 this is your friendly neighborhood build bot announcing test build 6.7.192.2522.6245 ("show citekey pane info") This update may name other issues, but the build just dropped here is for you; it just means problems already fixed in other issues have been folded into the work we are doing here. Install in Zotero by downloading test build 6.7.192.2522.6245, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...". |
@retorquere, thanks so much. I have v6.7.193 installed, but I'm not seeing popups when I select items in Zotero 7.0.0-beta.78+5be5ca941. |
I used to see the same incorrect cite key issue as well, but it seems to have gone away with the latest add-on and Zotero versions. |
Oh maybe it was just a zotero bug. beta gonna beta. |
Ah actually, I saw the city key issue just now (with Zotero 7.0.0-beta.78+5be5ca941, BBT 6.7.196) when adding a website item via the connector, but didn't have the special build of this add-on installed at the time... 😅 I'll install it now so I can catch the issue next time. |
Okay, I believe I can reproduce the cite key issue reliably now with BBT debug build 6.7.192.2522.6245. STR:
It's hard to relay the content of all of the BBT debug build notifications, as they are a lot of the flashing on screen. It looks like when the website attachment is added, BBT seems to think Zotero somehow cycled through all of the open PDF tabs as well. The newly added item ends up displaying the cite key for the 3rd open PDF tab in my case. (Let me know if I should move this to a separate issue.) |
Ah yes, please open a new issue for this. I think we can do further diagnosis without all the boxes popping up -- if you open an issue I'll create a debug build that adds the required logging. |
Okay, I've created #2884 for the temporarily incorrect cite key issue. |
Is this finally the API we've been waiting for? zotero/zotero@aec6e61#diff-420354f0a0502ec053e7ca3d8352af1adc2475201f24dfffbc5ba3de46748791 |
Yes, but this change has not yet been included in the latest beta. APIs will be announced on the dev list once they are out. |
🤖 this is your friendly neighborhood build bot announcing test build 6.7.251.7293 ("add citekey to item pane") This update may name other issues, but the build just dropped here is for you; it just means problems already fixed in other issues have been folded into the work we are doing here. Install in Zotero by downloading test build 6.7.251.7293, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...". |
For any remaining problems, please open a new issue. Citation key display currently only works in the latest beta. When Zotero 7 updates, BBT will be ready. |
The builds dropped here are release-ready for Zotero 6. Anything that does not work as expected in Zotero 6 will get priority to fix. For Zotero 7, 7.0.0-beta.26 is the minimum required version.
Open issues:
BBT sentence-case for item titlesZotero sentence-case will be replaced by BBT sentence-case in Zotero 7 (#)<wizard>…</wizard>
→<window><wizard>…</wizard></window>
and dialog button/event changeswindow
, removedocument
nsIIdleService
→nsIUserIdleService
textbox
→ HTML<input type="text">
<label>
→<label><html:h2>
within<groupbox>
tooltiptext
→title
— works automatically in existing windows; in new windows, requires a XUL<tooltip id="html-tooltip"> element
and atooltip="html-tooltip"
attribute on the<window>
(example)<dialog>…</dialog>
→<window><dialog>…</dialog></window>
and dialog button/event changescreateElement()
/createElementNS()
→createXULElement()
for remaining XUL elements (example)Reference: Zotero 7 for developers
The text was updated successfully, but these errors were encountered: