You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using the latest Zotero and the latest plugin?
I have confirmed I'm using the latest Zotero and the latest plugin
Environment
OS: Win11
Zotero Version: 7.0.0-beta.84+71f83c0a3 (64-bit)
Plugin Version: 1.0.0-beta.42
Describe the bug
I add two actions in the Data (without quotes) but nothing happens when I trigger this action. Same as FeralFlora‘s description even using the latest plugin. #169 (reply in thread)
However, at least, the Format Chinese Annotations action can be triggered by the parent action.
Could you please take a screenshot of your actions list?
The normal example
The abnormal case
At least, the Attach File #290, and Copy Zotero link #290 are also not working. But the Rename attachment #291 is normal. So it may relate to the script itself.
Is there an existing issue for this?
Are you using the latest Zotero and the latest plugin?
Environment
Describe the bug
I add two actions in the Data (without quotes) but nothing happens when I trigger this action. Same as FeralFlora‘s description even using the latest plugin. #169 (reply in thread)
However, at least, the Format Chinese Annotations action can be triggered by the parent action.
Debug Output
(3)(+0000001): [Actions and Tags for Zotero] applyAction {"event":0,"operation":4,"data":"/**\n * Toggle Left Pane\n * @author MuiseDestiny, windingwind\n * @Usage Assign a shortcut\n * @link https://github.com/windingwind/zotero-actions-tags/discussions/169\n * @see https://github.com/windingwind/zotero-actions-tags/discussions/169\n */\nconst Zotero = require("Zotero");\nconst Zotero_Tabs = require("Zotero_Tabs");\nconst document = require("document");\n\nif (item) {\n return;\n}\n\nif (Zotero_Tabs.selectedType === "library") {\n const splitter = document.querySelector("#zotero-collections-splitter");\n if (splitter.getAttribute("state") == "collapsed") {\n splitter.setAttribute("state", "");\n return;\n } else {\n splitter.setAttribute("state", "collapsed");\n return;\n }\n} else {\n Zotero.Reader.getByTabID(\n Zotero_Tabs.selectedID\n )._internalReader.toggleSidebar();\n return;\n}","shortcut":"Ctrl,Alt,4","enabled":true,"menu":"","name":"Toggle Left Pane","showInMenu":{"item":false,"collection":false,"tools":false,"reader":false,"readerAnnotation":false}} {"itemID":7199,"triggerType":"shortcut"}
BTW, The Debug output is the same as the output when trigger the origin Toggle Left Pane action.
Anything else?
No response
The text was updated successfully, but these errors were encountered: