This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-28
Channels
- # announcements (34)
- # babashka (46)
- # beginners (187)
- # biff (2)
- # calva (5)
- # cider (10)
- # clj-http (2)
- # clj-kondo (14)
- # cljs-dev (31)
- # clojars (3)
- # clojure (43)
- # clojure-europe (25)
- # clojure-nl (1)
- # clojure-uk (3)
- # clojurescript (4)
- # clr (1)
- # cursive (1)
- # datalevin (50)
- # datomic (1)
- # emacs (12)
- # etaoin (6)
- # fulcro (7)
- # helix (21)
- # hyperfiddle (20)
- # kaocha (5)
- # lsp (14)
- # malli (10)
- # off-topic (58)
- # polylith (7)
- # portal (5)
- # reagent (39)
- # reitit (10)
- # releases (11)
- # reveal (14)
- # scittle (7)
- # shadow-cljs (58)
- # sql (8)
- # tools-deps (7)
Datafy / Nav and other runtime facilities are coming to Portal + Calva notebooks in the next release https://github.com/djblue/portal/pull/173
I'm thinking of making a web app for a comfortable Transit data browsing. The current plan is to parse Transit and then simply visualize the resulting EDN in a nice way. Tried with zprint but it takes a long time for a piece of test data that I have. I was wondering - Portal has really nice features and works just fine with the data of that size. Is it possible to embed just its viewer on a web page, without all the server-related functionality? If so, what's the right place to start?
That's essentially how https://djblue.github.io/portal/ works. Portal doesn't currently have an embedding API but it should be relatively easy to add 👌