Could you please consider adding a “Copy to Clipboard” button (or key command) for Graphic Slices that copies the SVG Code directly?
The Context / Current Friction: Currently, to get a simple II-V-I voicing into my web tool, I have to:
-
Create a Graphic Slice.
-
Export it as a file to my drive.
-
Open that file in a text editor.
-
Copy the code.
-
Paste it into my HTML.
-
Delete the temp file.
When creating dozens of small theory exercises, this file-management workflow is quite slow. Being able to just hit “Copy” on a slice and “Paste” the <svg>...</svg> code directly into my code editor would be a huge timesaver for educators creating digital materials.
Thanks for considering this!
edit: I now use the screenshot function on Mac which works alright (for now)…