reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
teodorlu 2021-02-16T20:03:14.099900Z

Idea: write a #reveal extension for #sicmutils values that renders equations beautifully as objects, with nice fractionals, exponents, etc. More details: https://clojurians.zulipchat.com/#narrow/stream/267174-sicmutils/topic/Tooling/near/226564306

❤️ 1
vlaaad 2021-02-17T19:51:20.100500Z

hey, sorry for late reply! I had a look at sicmutils and didn't understand it well — I don't know physics very well

vlaaad 2021-02-17T19:52:50.100700Z

but you seem to have custom data types there, reveal can be extended to enable inspections of those!

vlaaad 2021-02-17T19:53:22.100900Z

extensibility is also described in this readme section: https://vlaaad.github.io/reveal/#extending-reveal

❤️ 1
teodorlu 2021-02-18T13:39:35.101200Z

Yeah, so far, reading the extensibility docs has been great! Reveal seems like a good fit for this problem to me.

vlaaad 2021-02-18T13:48:06.101400Z

cool! Please share your extensions!

teodorlu 2021-02-18T16:23:17.101600Z

Oh, I have only read the docs. But I'll let you know if I write anything useful 🙂

teodorlu 2021-02-18T16:24:04.101800Z

I'm very excited about the opt-in extensibility that's both editor agnostic, and doesn't require any funky dependencies; like opening a browser, or something.