-
The documentation has grown over time and while very detailed in many places it is missing content in others and makes it difficult to find certain information. Another aspect that's been brought up m…
-
I was trying to copy some JSON representation to the buffer with `copy` and it crashes Sketch.
```
let x = { property: 1, prop1: 2, method: function(){}}
copy(x)
```
-
👋 Hello! Thanks for contributing. Please use the template that matches your intention
_I am..._
Dario Lehmhus
| -------------------------------------------------------------------------------…
-
this environment is totally new here, and since there is not much documentation for the whole "sketch plugin development" topic i'm learning by examples.
Managed to make a react ready environment w…
-
I'm working on a plugin using the webview, and when I load images from our API, Sketch crashes fairly consistently (though not 100% of the time). The images are loaded by putting an API endpoint into …
-
For me, any version starting with 0.7.5 (haven't tried 0.7.4 due to not having a version for download from the GitHub release) causes Sketch to crash when attempting to open the dev tools window. I am…
-
**Steps to reproduce:**
1. open the plugin
2. Enter the text to find and replace
3. **Expected results**: only the text matched search gets replaced
4. **Actual results**: symbols with text get me…
-
You started this project earlier than me, I admit you are the first one. But you said 'The structure of my code is like that since long time ago', it's not true definitely.
Actually you project ju…
-
Sketch 54 adds a method on `Page` called `isSymbolsPage()`. I'm curious why this is a method rather than a property. This leads me another question. How can I get all the methods for an object? In jav…
-
I tried looking into implementing a plugin for the issue brought up in the video in this blog post: [https://medium.com/sketch-app/what-s-up-with-sketch-s-scissors-tool-ebdf4d57276f](https://medium.co…