isle-project / isle-editor

Editor for ISLE (Integrated Statistics Learning Environment) lessons.
https://isledocs.com
Other
16 stars 7 forks source link

"Copy" instead of "Drag," to solve report editor problems #3524

Open gweinberg opened 1 year ago

gweinberg commented 1 year ago

Problem

Regarding ongoing issues with report editor causing disappearing reports, things that don't render correctly, and other continuing mysterious problems: The possibly best permanent solution is to have everyone use google docs. In order to make that happen, the only thing we'd need is to rename the "drag" button to a "copy" button, and which otherwise should have the same functionalities (since the "drag" button, when clicked, already saves a png copy of the object to the user's clipboard and which can then be pasted into google docs from File -> Paste (or from right clicking in google docs).

So, request for a new toggle in data explorer code:

image

When flipped to "true," the "copyButtonInsteadOfDrag" would name the button "copy" on all ISLE graphs and tables like this: image

Solution

see above

Alternatives

No response

Additional context

None.