Hello,
It would be a great functional extension (and I hope not too difficult to implement) to make the Did Open URL trigger to also handle non-https URIs, for example I just managed to migrate from Evernote to UpNote with the GREAT HELP of BTT, but inside my notes there are lots of links of the type "evernote:///view/......" that I would like to catch and transform.
Registering BTT to receive a certain URI type is very easy using a tool like SwiftDefaultApps, so you don't have to take care of that.
I even expected it to work out of the box, because it is just another string, but it seems it does not.
Thank you in advance, and also for all your work!
mhm for this to work you'd need to specify every custom url scheme you want to use in BTT.
As a quick solution I added a hidden setting in 4.826 alpha (uploading now) that you can set while BTT is quit:
defaults write com.hegenberg.BetterTouchTool BTTCustomURLSchemes -array "evernote" "otherscheme"
1 Like
You're amazing. It works.
I will now try to eliminate one applescript and one shell script I am using to handle these and will only leave the python script