Hyperlinks in UITable?

Is there any way to add a link in the native UI? Or, some other clickable input element that could call Safari.open()?

If not, displaying a webview is doable, but I’m curious if there’s a way to do it without HTML.

(Also, Scriptable is super cool. Glad I found it!)

That’s exactly what I was expecting out of the table in the welcome script for MacStories articles. Hope there’s a way, as that could unleash all sorts of fun scripts.

This is something that I’ve got on my backlog but it’s not yet supported. To pick something from a list, I’d either recommend the Alert bridge or a WebView for now.