Hey folks, 1.3.193
is out and you heard it here first 🙂 This is a major release that I'll announce later, it's main focus was providing a way to interact with Reveal window from code. This resulted in a command system documented here: https://vlaaad.github.io/reveal/#interacting-with-reveal-from-code
I also updated tap-to-table example that is a simplified version of what Sean Corfield uses in his dev setup: https://github.com/vlaaad/reveal/blob/master/examples/e04_tap_to_table.clj
The beauty in updated example is that:
• it's a map that does not require Reveal — evaluating it is possible in any clj/cljs/cljc environment with or without Reveal on the classpath;
• submitting it to Reveal window will open the view immediately.