reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
2020-09-25T21:30:38.002200Z

Is it possible tap> some value to reveal in a way that will directly display it as a table? Can I somehow send actions to reveal from my main repl process so that I can make it show things without having to click it?

seancorfield 2020-09-25T21:45:11.002900Z

@jjttjj that's exactly what I asked and @vlaaad gave me some code to do it... let me pull up that message...

seancorfield 2020-09-25T21:47:19.004Z

Eval it in Reveal and then right-click and select view and it will create a table view that displays the most recent tap>'d value every time.

seancorfield 2020-09-25T21:47:21.004200Z

I love it!

seancorfield 2020-09-25T21:47:42.004700Z

(I've not felt the need to go back to REBL since Vlad provided this snippet!)

2020-09-25T21:49:42.004900Z

perfect, thank you!