reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
v 2020-09-18T02:20:33.002300Z

Hi @vlaaad I am trying to use reveal using atom text editor. I have connected to socket repl using chlorine in atom. I have also started reveal app. when I execute expressions from the text editor, I want the results to be printed in the reveal app. whats the best way to do that

👋 1
seancorfield 2020-09-18T02:22:46.003100Z

@vishal.gautam You need my atom-chlorine-setup which has eval-and-`tap>` commands and key bindings

❤️ 1
seancorfield 2020-09-18T02:23:13.003300Z

https://github.com/seancorfield/atom-chlorine-setup

seancorfield 2020-09-18T02:24:43.004700Z

Instead of the built-in Chlorine eval-block / eval-top-block commands, I use tap-block / tap-top-block. Those do the evaluation and then tap> the result, which shows up in Reveal.

seancorfield 2020-09-18T02:26:16.005200Z

If you get stuck with Atom/Chlorine, feel free to ask Qs in the #chlorine channel.

seancorfield 2020-09-18T04:38:52.006400Z

@vlaaad Is there a way to sort table:view by key from the keyboard? I can only get it to sort by clicking in the header with my mouse since I can't navigate into the header itself.

vlaaad 2020-09-18T06:23:32.006500Z

I couldn't find any built-in way to do it. I'll write it to my list of QoL improvements for Reveal.

1
dakra 2020-09-18T09:44:38.009300Z

Is there a way to "remote control" the reveal gui from Clojure? E.g. I would like a (reveal/clear) function that clears the screen or a view as table/chart etc. Because I would rather trigger those actions from my repl instead of switching windows and doing it in the gui. I don't like it when I have to leave Emacs 😄

vlaaad 2020-09-18T11:25:22.009500Z

No remote control for now, sorry

vlaaad 2020-09-18T11:25:49.009800Z

good idea though, I’ll keep it in mind 👍