sketch-hq / unsplash-sketchplugin

Unsplash Data Provider plugin, for Sketch 52+
MIT License
71 stars 8 forks source link

Add support for specific images #11

Closed untouchable closed 5 years ago

untouchable commented 5 years ago

Problem Description Currently it takes longer than expected to find suitable photos for a design as the results are sometimes too random to meet specific design requirements. Also, search terms longer than a couple of words result in a network connection error which leads to making broad searches that end up compounding the problem.

Suggested Solution

  1. Find photo on unsplash.com with a browser, and switch to Sketch;
  2. Select a symbol or layer to add or refresh data feed photo;
  3. Open 'Search Photo...' window, paste photo url, and hit return;
  4. See the expected image show up in selected layer or symbol.

Additional Info

patrickdaze commented 5 years ago

Hi @untouchable, I think my pull request might be similar to what you're searching. However since there's no contribution or license associated with the repo, I'm not sure if BohemianCoding will pull it in.

bomberstudios commented 5 years ago

Sorry about that, I totally missed your PR! I'll review and merge it ASAP

bomberstudios commented 5 years ago

@patrickdaze's PR was just merged, and will be part of the next release of the plugin.

Thanks Patrick!