What is a simple way to get a link to a Floating Menu Trigger that will open/activate BTT and select the Trigger?
My use case is just to have in my notes clickable references.
This is exactly what is done with the context-sensitive menu when you right-click a Trigger in a Floating Menu and select "Reveal Item in BTT UI".
I tried btt:// followed by the UUID, but that executes the Trigger's Action Sequence, which is not what I want. (Seems the same result as "btt://execute_assigned_actions_for_trigger/?uuid={removed}", which I got from "Copy Link to Activate Selected Trigger".)
Is there a list of "commands" of the sort "btt://{some_command}/?uuid={uuid}"?
TY.