I'd like to export data visualized as table including http-links so that my colleagues can click these links. I tried "save as" - but the resulting html does not show anything in the browser...
The easiest way to share the data would be via copy as edn, but you do lose the UI portal provides. If you want to share that, you can take a look at https://github.com/djblue/portal/blob/master/dev/portal/share.clj which demonstrates how you can use a github gist to share the value via a link to the standalone portal instance.