-
It's a pity that sketch-debugger supports log statements coming from skpm powered plugins only. It would be nice to intercept logs produced by `print`, `log`, and `console.*` statements as well as exc…
-
I wonder what's the appropriate way to configure skpm in a way, so ES6 in `/node_modules/` will be transpiled to ES5 by babel.
Right now I'm trying to use `sketch-polyfill-fetch` (inside Mocha cont…
-
File where plugin does not work: [tworectangles.zip](https://github.com/wonderbit/sketch-select-similar-layers/files/1213835/tworectangles.zip)
**Steps for reproduce:**
1. Select layer «1»
2. Ctr…
-
![image](https://user-images.githubusercontent.com/9313216/33753805-33fd92b6-dc24-11e7-986b-5c59646c88e3.png)
如图webView是作为一个弹出层的。为什么博主的在右侧。最近公司需要开发sketch插件,也是在研究插件开发
-
Hi. I have used cocoa syntax (`@import` and `[x y]`) in my plugin's code, but skpm generates warnings while compiling plugin.
```
error Error while building ./commands/validate.js
./src/commands/va…
-
I installed this new plugin and immediately it crashed.
I have several nested symbols in here and when I opened the Sketch file the nested symbols were all missing. None of those symbols are using…
-
I am unable to run the foursquare-maps example in the repo.
After running `npm install` and `npm run render` it displays the following error:
```
SyntaxError: Unexpected keyword 'const'. Const …
-
I'm trying to use the pluginCall function in my plugin, but after calling it will crash Sketch.
Do you have any idea why this happens and how I can fix it?
The following code is used for calling t…
-
I use `npm install` to install some external node package but got:
```
npm WARN checkPermissions Missing write access to /Users/jiamiu/Documents/work/personal/my-test-sketch/node_modules/_@skpm_bu…
sskyy updated
6 years ago
-
For example, how would I transfer `[fill setColor:[MSImmutableColor colorWithSVGString: colors[r]]];` to the proper JS that SKPM can transpile? I haven't worked with Objective-C for years if that make…