-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download screenshot option #2914
Comments
@samelhusseini Here's the commit where I added this feature for App Inventor: mit-cml/appinventor-sources@8b749ef |
Awesome, thanks for the link @ewpatton! |
Is this still being considered? Would love this feature |
@samelhusseini plugin candidate? |
Yes for sure. Simply adding what we have in a plugin is straightforward, however I don't think screenshot.js in Blockly is complete. For starters it doesn't support all browsers.. |
Closing in favor of a plugin: google/blockly-samples#249 |
Add an optional context menu option to download a screenshot of blocks or the workspace.
This should trigger a download of a screenshot PNG of the block stack or group of blocks.
We should also consider serializing the xml into PNG metadata:
It would also be nice if dragging that same PNG onto the workspace loaded a copy of that stack onto the workspace.
In the case that it was a workspace screenshot, perhaps it should replace the entire workspace with that screenshot source.
The text was updated successfully, but these errors were encountered: