mamuso/sketch-designdoc

It doesn't work when you install it with Sketch Toolbox

Closed this issue · 8 comments

Loaded the chicken, and "Something went (wrong)":

{
    column = 51;
    line = 155;
    sourceURL = "/Users/wim/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Design Doc/DesignDoc.sketchplugin/Contents/Sketch/export.cocoascript";
}

Hi @pansenpeter, I just pushed a fix, if you re-download and re-install the plugin it should work :)

I just installed the plugin (0.0.4) via Sketch Toolbox and get this error:

https://www.evernote.com/l/AAMRdXFTFBNNErAzNst_hCjuMtCXFJzhRMY

Thank you (-;

Hi @holgerhubbs,

The issue is with the MMMarkdown framework, it doesn't seem to load properly when you install the plugin using Sketch Toolbox. I'll dig more into this issue and I'll try to get it fixed soon.

In the meantime, if you wan to try it, you can use the github version.

Thank you so much! It works (-;

Thanks. Works fine!

Hey Guys!

I'm still getting

{
    column = 52;
    line = 182;
    sourceURL = "/Users/Jonathan/Library/Application Support/com.bohemiancoding.sketch3/Plugins/DesignDoc.sketchplugin/Contents/Sketch/export.cocoascript";
}

I installed it using the DesignDoc.sketchplugin file from github rather than sketch toolbox. I had previously had it installed with Sketch Toolbox though.

Running Sketch Version Version 41 (35326)

@MildTomato I tried to reproduce your issue in several computers (installing with Sketch Toolbox first, then uninstall and install from Github).

If I restart sketch after removing/installing, then it works for me in every case. Let me know if that works for you.

Getting some sense of progress with this issue:

  • The Sketch Toolbox issue seems to be reported a while back, a fix is on its way.
  • I reproduced the issue that @MildTomato had, and seems to be a problem related with unsaved documents. I'm fixing that too.