reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
Stefan 2020-12-08T13:26:41.338800Z

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?

vlaaad 2020-12-08T13:36:56.339200Z

you have to use it yourself 😛

vlaaad 2020-12-08T13:39:23.339900Z

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

vlaaad 2020-12-08T13:40:36.340200Z

wilkerlucio 2020-12-08T14:52:43.342800Z

@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

vlaaad 2020-12-08T15:34:25.342900Z

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

vlaaad 2020-12-08T15:34:42.343100Z

a view action on a map will show the web page

vlaaad 2020-12-08T15:37:34.343300Z

or browse:internal on instance of <http://java.net|java.net>.URL or URL string

vlaaad 2020-12-08T15:38:36.343600Z

e.g. on "<https://github.com/vlaaad/reveal>"

👍 1