I’m building an app that links and redirects the user to a Coda doc. After doing some stuff in the doc, the user should then be returned to the app when clicking on a link with a custom scheme, for instance myapp://turkey/sandwich.
Coda is telling me:
Attempting to open an unsafe url - myapp://turkey/sandwich
– Has anyone else run in to this?
– Is there a workaround or a preferred method for opening custom url schemes?
I could open an html page which in turn redirects using javascript but that seems like a hacky solution.
I am facing same issue with a trigger URL of a macro created in Keyboard Maestro app.
When I write this URL in notes app. It is clickable and runs the macro when clicked. But when the same character string is used for coda button, it won’t open/trigger the URL.
I’m trying to use a custom protocol as well. I have a small table of links to tools I use for performing audits I can use custom protocols to launch my desktop apps as well as web links. Coda doesn’t like using a custom protol “myapp://etc”.
I tried using formula or a button or really anything, I guess it’s just not allowed?
Grok said I could do it perhaps with custom Javascript and said there was an “Automation pack” that allowed for JS, but I can’t find it. I guess we can’t use custom JS either?
Man I just want to link to a custom URL!
If there is some sort of security concern here, then Coda could always popup a warning or have some way for us to whitelist a protocol within a doc.