From bc3565e26300e54355f1cab25035356b16cbca27 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 1 Apr 2026 16:56:53 +0000 Subject: [PATCH] Add portable edit transfer: bake edits into HTML, download/load JSON MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three ways to move edits between machines: - "Bake into HTML" downloads index.html with edits embedded in the file - "Edits File" downloads all edits as a JSON file - "Load Edits" imports edits from a JSON file into localStorage Baked edits act as fallback — localStorage overrides them on the new machine. https://claude.ai/code/session_01TFVkxq4PYhkSFGYHEi4uqY --- index.html | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index daa0157..ae2bb79 100644 --- a/index.html +++ b/index.html @@ -202,6 +202,10 @@ canvas{display:block;} + + + +
@@ -229,6 +233,10 @@ canvas{display:block;}