Second instalment of the w/mx inspector: https://github.com/kennytilton/web-mx-workshop/wiki/The-Evolution-of-a-Web-MX-Inspector#tag-one-hello-inspector Make sure you super-widen the browser window before option-cmd-x to open the inspector. That bit will need work, but let's do some fun inspecting first: drill down into individual formulaic property and see the prop name, value, and formula! That ^^ will be tag formula-drill-down. But first we'll do non-snap deploys so folks can work insulated from ongoing refinement.
MX 5.0.0 deployed : https://clojars.org/com.tiltontec/matrix w/mx 2.0.0 next.
w/mx 2.0.0 deployed: https://clojars.org/com.tiltontec/web-mx
MX 5.0.1-SNAPSHOT and w/mx 2.0.1-SNAPSHOT now set up for ongoing development. FYI
New inspector workshop tag showing how to expand/collapse a tree: https://github.com/kennytilton/web-mx-workshop/releases/tag/tree-expand-collapse
Fun thing I forgot is that the text of, say, an <i> tag is a child of that tag, which I emulated in the w/mx proxies, so we can already drill down to text "properties". Next I think we drill down into properties so we can inspect cell formulas.
The Wiki entry for expand/collapse: https://github.com/kennytilton/web-mx-workshop/wiki/The-Evolution-of-a-Web-MX-Inspector#tag-tree-expand-collapse