portal

Steffen Glückselig 2025-05-23T10:08:53.692629Z

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...

djblue 2025-05-28T00:12:46.883159Z

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.