Editor: Extract Config to New Theme as a third Config action

This commit is contained in:
2026-06-12 18:16:15 +03:00
parent b193464f55
commit 0baac3c64b
4 changed files with 72 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
* changes how the chart looks.
* - **Extract** lifts the `config` block out of a spec — for cleaning styling
* out of a pasted-in spec (the caller decides where the extracted config
* goes: clipboard today, a saved theme later).
* goes: the clipboard, or a saved custom theme).
*
* Pure object-in/object-out; JSON text handling (parse, format, undo) is the
* editor integration's job.