ScottSavarie / Clipboard-Fill

Sketch plugin to paste an image from your clipboard as the fill for any shape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with Sketch 72?

1ewiswarren opened this issue · comments

I've been trying to use clipboard fill since updating but when I copy images and try to use the clipboard fill tool, it doesn't find anything in my clipboard.

Same issue here.

Is this plugin not supported anymore?

Same issue. 😢

There's an issue with a deprecated version check code in the plugin.

If like me you really like this plugin, you can easily modify it's code.

On line 14 and 31, change from:
if (MSApplicationMetadata.metadata().appVersion < 47) {
to
if (BCSketchInfo.shared().metadata().appVersion < 47) {

and it should do the trick. I'm running Sketch 94.1.

I'll try to do a pull-request on this someday.
Cheers