-
Hi Tisho!
As you probably know, Sketch will switch its scripting backend from JSTalk to CocoaScript in the upcoming version 3.0.2.
I'm not sure if you intend to keep your plugin up-to-date with Sket…
-
Firstly, thank you and great work for this plugin, it works very well!
I had a question regarding calling Cocoascript functions from for example,`User Subclasses/DemoPanelController.m`
the cocoa…
-
Hi! I'm using Sketch 42 on macOS 10.11.6 with plugins installed via Chest (plus, [Formr](https://github.com/lessthanzero/Formr) from my own repo). When I try to update plugins with `chest update`, I g…
-
Also easier to be able to track upstream changes. A binary blob is hard to determine:
- What upstream version it corresponds to
- Whether any security issues have been injected
- What compiler a…
-
I got this error when I try to export:
```
{
column = 60;
line = 124;
sourceURL = "/Users/applr/Library/Application Support/com.bohemiancoding.sketch3/Plugins/SketchQML.sketchplugin/C…
-
- https://github.com/sketchplugins/plugin-directory
- http://internals.exposed/blog/sketch-plugins.html :star::star::star:
- https://github.com/logancollins/Mocha
- http://james.ooo/sketch-plugin-deve…
-
Allowing require() in addition to the import macro would enable you to use a bunch of modules from the npmjs repository in your CocoaScript code.
If a depended on module is using Node APIs it would o…
-
- Take notes https://github.com/onmyway133/notes/issues/197 😬
- Tried developing in [CocoaScript](https://github.com/ccgus/CocoaScript) 😠
- Had problems with delegate https://github.com/onmyway13…
-
I wrote a framework in Swift but cannot access classes marked as `@objc public` from cocoascript after loading the framework using Mocha.
I created an [example to illustrate this](https://github.co…
-
Hopefully a pretty easy one!
It would be very handy if I could tab from field to field in the F&R dialogue box rather than having to select each field with the mouse, especially the "Find" and "Re…