contentsync / SketchContentSync

Sync sketch files with google docs.
275 stars 17 forks source link
contentsync google-spreadsheet sketch sketch-plugin sketchapp translation

Content collaboration for Sketch. Sync copy between Sketch designs and Google Spreadsheets and Microsoft 365 Exel.

SketchContentSync 8.6.4

Sync content to Google Spreadsheets and Microsoft 365 Excel directly from within Sketch.

Visit www.contentsync.com for more details.

Version Your Sketch Designs

Versioning Sketch Design

Manage Content within Google Spreadsheets

Editing Google Spredsheet

Build Directly into Sketch

ContentSync Interface

ContentSync Platform

We require an account to allow ContentSync to integrate with your Google Documents and more. We only require access to documents we create so all your other documents remain secure and private.

Register for free at www.contentsync.com and get started easily.

SketchContentSync Plugin

Install with DMG

Install with Sketch Runner

With Sketch Runner, just go to the install command and search for SketchContentSync. Runner allows you to manage plugins and do much more to speed up your workflow in Sketch. Download Runner here.

Sketch Runner screenshot

ContentSync Scripting Support

You can also use ContentSync within you Sketch scripts as of 8.3.0. The ContentSync API is accessed using ContentSync.API().

For example:

// This example will print all Content Versions of the currently selected ContentSync project.
ContentSync.API().versions((ok, data) => {
  if (ok) data.map((v) => console.log(v));
  if (!ok) console.log("Error: ", data);
});

The shape of each version is:

{
  "name": "Version 1",
  "syncable": true
}

ContentSync Sketch Scripting

Support / Bugs / Feature Requests

Create a github issue or contact support@contentsync.com.

Changelog

8.6.4

8.6.3

8.6.2

8.6.1

8.6.0

8.5.0

8.3.1

8.3.0

8.2.0

8.1.1

8.1.0

8.0.0

7.0.1

7.0.0

6.5.5

6.5.4

6.5.2

6.5.1

6.5.0

6.4.0

6.3.1

6.3.0

6.2.0

6.1.1

6.1.0

6

5.1

5

4.2.13

4.2.12

4.2.11

4.2.5

4.2.4

4.2.3

4.2.2

4.2.1