Created
November 29, 2018 21:02
-
-
Save jonmadison/04d691b7d131ebead79bf64d5dca6d2a to your computer and use it in GitHub Desktop.
open sketch file from URL (Sketch 53 and above)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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