yaolimumu
About
- Username
- yaolimumu
- Joined
- Roles
- Member
Comments
-
Okay, thank you very much for your help. I will try to adjust my code to meet the new Manifest V3 extensions requirements
-
The code always work fine until the updated version connector was released; so why was it possible to use XHR components until the updated version connector was released?
-
XHR is a necessary component that can dynamically load content and extract information for web pages
-
I still need your help very much
-
I just tested and located my code error, and I couldn't reply to your message in a timely manner. I'm very sorry. I have submitted the report, ID: 2135884265. my translator script is below: ``` { "translatorID": "2831874d-4574-45e4-bc6e-e47048eb685…
-
I'm sure that it works before updating the latest version connector.
-
In the new version I can't even use the "document" object in scripts, like "document.title", "document.querySelector"
-
I customized some scripts for online library of my school
-
The Identical code , I can run code in the old version connector and Browser console, but it doesn't work in the latest version connector ``` var eleId = ''; var xhr = new XMLHttpRequest(); xhr.open("POST", "searchStandard.do?action…
-
The new version plugin report: ``` [JavaScript Error: "Error: Service worker (re)started at 2024-06-05 15:28:08 at Object.initGlobal (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/zotero.js:182:20)"] [JavaScript Error: "TypeError: Cannot …
-
Where to install the old version of zotero connector for Chrome Browser, the latest version of plugin cannot download PDF files
-
@dstillman, @adomasven, I have achieved the goal that type space bar for QuickLook, refer to: https://github.com/windingwind/zotero-actions-tags/discussions/132#discussioncomment-8904275
-
@dstillman report ID: 227167244 zotero7, ubuntu22.04, hold down Shift (Windows/Linux) when dragging items to the new collection, but item alway get copying between collections
-
@dstillman, I write run a script in actions&tags to make quicklook in Zotero 7, refer to: https://github.com/windingwind/zotero-actions-tags/discussions/132#discussioncomment-8755817 Now I find out the item will get selected again if user type …
-
@adomasven quicklook is a plugin for previewing file after typing spacebar.
-
Before typing space bar https://s3.amazonaws.com/zotero.org/images/forums/u11764939/bkwy83oziekyfrybx9sr.png After typing space bar https://s3.amazonaws.com/zotero.org/images/forums/u11764939/x568n4yevdqny3lkigbe.png As shown above, The selected ite…
-
@dstillman @ulahcherubim I do it. Add a Hyperlink to an annotation and jump to the target annotation Refer to: https://github.com/windingwind/zotero-actions-tags/discussions/296
-
I have tried to use this function: Zotero.Reader.Open(itemID), but no reader tab is opened when I executed this function. I am not the JavaScript and web developer, I'm currently having a hard time, and I can't continue to achieve my goals.
-
@dstillman Can you provide some support or advice? I already know the annotation metadata, something like "key", "parentitem", "annotationPageLaber"...etc, Now I how to open a PDF file and jump to the annotation.
-
I find that the relations field of annotation metadata, example below: ```json [ "0": { "key": "4ZJ6FJXV", "version": 2468, "itemType": "annotation", "parentItem": "255HN5RN", "annotationType": "highlight", "annotationAut…
-
Hi, @ulahcherubim, I have followed your instructions exactly, But maybe I didn't describe it, let me describe my need. First, I have A_annotation that on A_PDF page, and it quotes a part of B_PDF; As shown below: https://s3.amazonaws.com/zotero.org…
-
@ulahcherubim, very appreciated, Because of you advice, I have upgraded my zotero to version 7. Now I know the metadata of the annotation, How can I open the pdf on reader and point to the page that annotation is located. I cant find the method fo…