I used the scripts and here are my impressions after using them.
I achieved the final result, but for this I had to first read the documentation and then use the tools that are scattered in different sections of the menu, which was not very convenient. Now in order:
I have a task - to buffer copied text from a website page into order for use in an editor that supports Markdown, excluding:
- '• '
- replace (`) with (')
Since there is more than one sequence I'm going to use a script.
I open the 'Script' form.
Where do I start? I see a link to the instructions at the top, but it won't click! Why?
Okay, I type this URL in my browser and get to the page with the description of commands.
What I need is under 'Executing Saved commands'.
I can apply pre-saved commands using the 'Exec' function. Now I just need to figure out where to put the commands I need.
I found them in the 'Find and Replace' section
I describe what I need to find and what to replace it with. I save and the window closes, but I need to continue. I go to Find and Replace again and open the 'Find and Replace' form and add new parameters. I save.
I return to the 'Script' form. I type the call of the saved commands, assign a name and a hotkey combination. I save. The window closes again - what the…?! These forms need an 'Apply' button that applies the save but does not close the form, so that the user can continue working with the form.
Now I copy the text from the site page and apply script with the saved key combination. The script is executed and for each command QCE informs me about the completion of the operation by opening windows with a notification. Now it was only 2 windows, but if I have a script of, say, 10 operations - will open 10 notifications?
Bottom line: I can achieve results with scripts, but working with the application is not comfortable, complicated and not intuitive. No list of available commands at hand, no access from the 'Script' form to saved commands. You have to jump from one menu to another and keep in your mind what could be called from the menu in the 'Script' form.
I propose a concept where you can combine all operations and make it possible to access all commands from one form, so that you don't have to break your head and go through other menus when you make a script.
I described it roughly in a posting
here
If you need, I can describe in more detail what I would like to get for faster and more comfortable work.