Get a link that opens BTT to a Trigger, like "{right-click} ▹ Reveal Item in BTT UI"

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.

you can use

btt://reveal_element_in_ui/?uuid=0E2F7963-E64C-403A-8591-C3725D4D9ADC

I have updated the docs for the custom url scheme:

However I think this is not yet adapted to the updated UI structure, I'll look into it now.
//edit: 6.176 now makes that compatible with the new stucture

1 Like