contentsync / SketchContentSync

Sync sketch files with google docs.
275 stars 17 forks source link

Support importing symbols from libraries #132

Closed nilsdoehring closed 2 years ago

nilsdoehring commented 2 years ago

Situation: When an override points to a symbol that is only present in a library, a pull has no effect. As soon as an instance of that symbol from the library is inserted anywhere in the Sketch file, a pull sets the override successfully.

Desired behaviour: When an override points to a symbol that is only present in a library, a pull should set the override successfully. This might have to do with the Sketch API expecting specific library symbol imports.

dbrody commented 2 years ago

We've addressed this in release v8.4.2-alpha.

nilsdoehring commented 2 years ago

Works like a charm, thank you so much!