Fork me on GitHub
#portal
<
2021-11-04
>
djblue03:11:53

Might add a client api to portal itself, not sure exactly what it would look like yet.

djblue07:11:08

Theme integration and goto definition are mostly done 🙌

3
seancorfield07:11:37

How are you doing the log integration there?

seancorfield07:11:08

I'd love to have all my logging go to Portal during dev (for Clojure/JVM).

seancorfield07:11:38

(we're using clojure.tools.logging and log4j2)

djblue07:11:19

I'm open to adopting a more standard format or supporting more formats 👌

djblue07:11:04

I was mostly experimentally with the ability to jump to the source location of a log in most editors

djblue07:11:57

But aside from the format, everything is still tap> based

djblue07:11:05

Future plans include tagging the logs with a runtime so the log viewer could distinguish clj vs cljs when I get them integrated 👌

seancorfield16:11:37

Interesting. I'll have to think about how to integrate Portal logging in my dev setup with the existing tools.logging stuff we already have. Maybe I can write a Portal appended for it...

seancorfield16:11:43

(I put a JIRA ticket in my backlog at work for that)

👍 2
rfhayashi17:11:34

Hey, spent some time in the past few weeks writing some code that generates markdown and just wanted to say that it was super useful to be able to render it in portal thanks

❤️ 6
djblue19:11:59

I hope you were using the secret cheat code:

(tap>
 (with-meta
   [:portal.viewer/markdown "# hello world"]
   {:portal.viewer/default :portal.viewer/hiccup}))

metal 2
rfhayashi21:11:35

Wow. That's even nicer. It was a wonderful experience anyway. Thanks for the tip.

👍 1