From 20844b92d6de9f9fff5ef1f0da63d1b490470fb2 Mon Sep 17 00:00:00 2001 From: Nick Gomez <122398915+nick-inkeep@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:56:07 -0700 Subject: [PATCH] feat: editable Visimer canvas and video hero in launch blog post (#3564) * feat: editable Visimer canvas and video hero in the launch blog post * feat: two-pane source and canvas editor modal on the blog diagram * chore: put the visual canvas on the left of the editor modal * fix: make blog hero video autoplay in real Chrome, mermaid README design GitOrigin-RevId: f768e5761882395305b294b5640210471b853e64 --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1667557..b21a2d1 100644 --- a/README.md +++ b/README.md @@ -123,12 +123,13 @@ Some other editor? Implement the adapter, it's about forty lines. ## Design -``` - code (source of truth) - ⇅ minimal TextEdits - lossless CST → semantic graph - ⇅ ⇅ - CodeMirror pane Mermaid SVG + overlay +```mermaid +flowchart TD + SRC["Your Mermaid source"] --> MR["Mermaid.js renderer (unmodified)"] + MR --> SVG["Rendered SVG"] + SVG --> COR["Correlator: SVG element → CST span"] + COR --> OV["Point-edit overlay"] + OV -->|"minimal text edit"| SRC ``` ## License