Fork me on GitHub
#reveal
<
2020-12-08
>
Stefan13:12:41

By the way, I added deep-diff to my classpath, but I’m not entirely sure when and how it will be used by Reveal? For example, can I use it to get the diff between two >tap s?

vlaaad13:12:56

you have to use it yourself 😛

vlaaad13:12:23

If you require it and use it, Reveal will show deep-diff data structures as “diffs”

wilkerlucio14:12:43

@vlaaad hello, I'm wondering here how feasable would be to add custom views that use webview inside Reveal? because I'm thinking would be super cool if I can inject custom pathom visualizations (which are a browser thing) inside of Reveal

vlaaad15:12:25

That’s easy to do: {:fx/type :web-view :url "http://..."}

vlaaad15:12:42

a view action on a map will show the web page

vlaaad15:12:34

or browse:internal on instance of .URL or URL string

vlaaad15:12:36

e.g. on ""

👍 3