quickadd icon indicating copy to clipboard operation
quickadd copied to clipboard

[FEATURE REQUEST] Macro wait for command response

Open insecurejezza opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

I love the Macro feature and being able to chain actions together. Some actions require a user input. Currently the only way to use these commands in a macro is to give yourself plenty of time between the input step of the macro and the next step by using Wait. It would be goo if there was a step that you could add which would wait for a response from a commend.

Example: The Obsidian42 Text Transporter plugin has the ability to move text around your vault in a lot of different ways. Being able to chain these commends together in a macro would open up very powerful workflows. But each command requires an input from the user so it is currently not practical to run these commands in a macro.

Describe the solution you'd like Have an input step like Wait, but it triggers on the command input instead of waiting for a static amount of time.

insecurejezza avatar Apr 25 '22 01:04 insecurejezza