Skip to content
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

Add screenshot downloading to dev-tools #245

Closed
rachel-fenichel opened this issue Apr 29, 2020 · 1 comment
Closed

Add screenshot downloading to dev-tools #245

rachel-fenichel opened this issue Apr 29, 2020 · 1 comment
Labels
category: plugin Anything in the plugins folder developer experience help wanted Open for contributions status: discussion type: feature request New feature or request

Comments

@rachel-fenichel
Copy link
Collaborator

rachel-fenichel commented Apr 29, 2020

Category

Plugins

Component

Part of dev-tools.

Is your feature request related to a problem? Please describe.

It's often helpful to download a screenshot of your blocks during development or debugging.

We have some code to do this in core Blockly. It's not ready to be published for users, but is ready to be used by developers.

Describe the solution you'd like

  • Copy the contents of screenshot.js from the core Blockly repository
  • Add a way to initialize it onto a workspace to put it in the context menu.

Desired functionality

  • A context menu option on the workspace to download a screenshot of all blocks on the workspace.
  • (optional) A context menu option on blocks to download a screenshot of the selected block (or block stack?)

APIs needed in core Blockly

Additional context

Needs discussion

  • API
  • Tests
@maribethb
Copy link
Contributor

I think this is already done, in that it's part of dev-tools and in the context menu in the advanced playground automatically. The separate feature request for a standalone plugin is still open.

Please reopen if I've misunderstood the remaining work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: plugin Anything in the plugins folder developer experience help wanted Open for contributions status: discussion type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants