Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sketch-hq/unsplash-sketchplugin
Unsplash Data Provider plugin, for Sketch 52+
https://github.com/sketch-hq/unsplash-sketchplugin
sketch sketch-plugin unsplash
Last synced: about 1 month ago
JSON representation
Unsplash Data Provider plugin, for Sketch 52+
- Host: GitHub
- URL: https://github.com/sketch-hq/unsplash-sketchplugin
- Owner: sketch-hq
- License: mit
- Created: 2018-08-30T11:12:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:35:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T12:34:33.145Z (almost 2 years ago)
- Topics: sketch, sketch-plugin, unsplash
- Language: JavaScript
- Homepage:
- Size: 10.9 MB
- Stars: 71
- Watchers: 11
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unsplash Data Plugin
## Installation
The plugin comes bundled with Sketch since version 52, but if for some reason you’ve lost it, you can [download it from the releases page](https://github.com/sketch-hq/unsplash-sketchplugin/releases/latest).
## Features
Get images from Unsplash, using Sketch 52’s new Data Supplier feature.
You can use it from the toolbar Data icon…
![Using the Unsplash Data Plugin from the toolbar icon](docs/unsplash-screenshot-001.png)
…or from the contextual menu for any layer…
![Using the Unsplash Data Plugin from the contextual menu](docs/unsplash-screenshot-002.png)
…or even for Overrides using the Inspector:
![Using the Unsplash Data Plugin for Overrides from the Inspector](docs/unsplash-screenshot-003.png)
When you’ve set an image fill for a layer, you can later on open the original URL for an image, in case you need to full credits, or download the original file, etc. To do that, click Plugins › Unsplash › View Photo on Unsplash. It does not work for overrides yet, but we’re working on it!
## Use specific photo
If you don't want a random photo, but a specific one, you can do a search in unsplash.com and then use the URL for the image you want as the input.
To do that, select the "Search Photo…" option then in the input field paste in an Unsplash photo URL. If you'd rather use the ID of the image, you can do that by entering `id:photo_id` as the search term.
(Thanks for this feature :)