Fork me on GitHub
#reveal
<
2020-09-25
>
jjttjj21:09:38

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?

seancorfield21:09:11

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

seancorfield21:09:19

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.

seancorfield21:09:42

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

jjttjj21:09:42

perfect, thank you!