I wonder how people configure multiple triggers' ATCs.
I asked this years ago and got 0 attention, yet I'm still wondering.
I hope I'm not the only one who is clicking around every f single trigger and repeating the same thing.
Since you can't use some condition for CAGs, and you can't configure per folder, you have to edit them per trigger, am I correct? Can you copy and paste only ATCs?
I tried to copy the triggers and paste them into a text editor, and then edit the JSON to add ATCs for the triggers. After that, I pasted it back into BTT, but it didn't recognize it.
having ATC's per folder is a good idea that should be relatively easy to implement. I'll give it a shot soon. An option to only copy the conditions is also a good idea.
In the exported format the textual representation is read-only (and for validation), the actual condition is exported in binary format. Unfortunately this is hard to change because the system frameworks have a hard time parsing some of the condition format strings - especially if they contain special characters.