Skip to content

A simple way to import content from Airtable into Sketch.

Notifications You must be signed in to change notification settings

davo/sketch-airtable-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sketch Airtable Sync

A simple way to import content from an Airtable URL into Sketch.

Disclaimer: This is a WIP project. While I'm learning how to build Sketch plugins with the new Sketch API, I wanted to do something useful for my work. Feel free to reuse.

Motivation

Usage

  1. Open the file secret-sample.js in /src, add your own Airtable information and save the file as secret.js
module.exports = {
	APIKey: 'YOUR-API-KEY',
	base: 'YOUR-BASE-ID',
	table: 'YOUR-TABLE-NAME',
	view: 'YOUR-VIEW-NAME'
}
  1. Run npm install

  2. Run npm run build

About

A simple way to import content from Airtable into Sketch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published