"User Scripts" button in Macro configuration is unresponsive #841
Replies: 2 comments 3 replies
-
|
Hi @jonathanhher, Thank you for the detailed bug report! The "User Scripts" button isn't unresponsive, but maybe not super intuitive. The current implementation requires you to:
When clicking "Add" with an empty input field, nothing happens and no feedback is provided, making it appear broken. I've implemented a solution that adds a "Browse" button alongside the existing interface. Now you have two ways to add user scripts:
The interface now includes:
This should make the interface much more intuitive while preserving the quick typing workflow for power users. Please update to the latest version when this fix is released and let me know if you experience any issues. The Browse button should immediately open a file picker showing all .js files in your vault. Thanks again for reporting this - your detailed description made it much easier to track down and fix the issue! |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I’m having the same issue with QuickAdd version 1.18.1: when I click “Browse” nothing happens, and when I type the full file name and press “Add” nothing happens either. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thank you for your amazing work on this essential plugin. I'm encountering a persistent issue where I'm unable to add a User Script as a step within a Macro.
Environment
Description of the Bug
When inside the configuration modal for a Macro, clicking the User Scripts button to add a script as a step does nothing. The file picker modal to select a .js file does not appear, and no step is added to the macro's action list.
Steps to Reproduce
I expect a file picker modal to open, allowing me to select a .js file from my vault to add as a step to the macro.
Actual Behavior
Nothing happens. The button is visually clickable but has no effect. No file picker opens and no step is added to the macro.
Troubleshooting Steps Already Taken
I have already performed the following diagnostic steps without success:
Thank you for your time and for this incredible plugin. I would be happy to provide any more information or test any potential solutions you might suggest.
Beta Was this translation helpful? Give feedback.
All reactions