matrix

kennytilton 2023-03-29T07:26:14.397679Z

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.

kennytilton 2023-03-29T09:19:53.231899Z

MX 5.0.0 deployed : https://clojars.org/com.tiltontec/matrix w/mx 2.0.0 next.

👍 1
👍🏻 2
kennytilton 2023-03-29T09:37:50.909159Z

w/mx 2.0.0 deployed: https://clojars.org/com.tiltontec/web-mx

👍 1
👍🏻 2
kennytilton 2023-03-29T15:08:45.902899Z

MX 5.0.1-SNAPSHOT and w/mx 2.0.1-SNAPSHOT now set up for ongoing development. FYI

🙏 1
kennytilton 2023-03-29T18:07:15.643559Z

New inspector workshop tag showing how to expand/collapse a tree: https://github.com/kennytilton/web-mx-workshop/releases/tag/tree-expand-collapse

kennytilton 2023-03-29T18:10:36.527089Z

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.

kennytilton 2023-03-29T20:03:44.806239Z

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