Skip to content

Instantly share code, notes, and snippets.

@jonmadison
Created November 29, 2018 21:02
Show Gist options
  • Select an option

  • Save jonmadison/04d691b7d131ebead79bf64d5dca6d2a to your computer and use it in GitHub Desktop.

Select an option

Save jonmadison/04d691b7d131ebead79bf64d5dca6d2a to your computer and use it in GitHub Desktop.
open sketch file from URL (Sketch 53 and above)
// open the file in sketch
sketch:///path/to/file.sketch
// open the file in sketch and focus on a layer
sketch:///path/to/file.sketch?centerOnLayer=LAYER_ID
// open the file in sketch and set the zoom
sketch:///path/to/file.sketch?zoom=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment