Figma to Airtable because why not?
Figma Airtable Sync is a plugin that syncs your Figma Designs with Airtable. It integrates two versatile tools to power some hopefully useful workflow.
- Syncs Nodes in a Figma Page to an Airtable Table
- When Sync is on, listen to Figma changes and update Airtable
- Saves credentials from the last sync to local storage for next sync
In Airtable
- Create the Table you want to sync to in the base you want.
- The Table requires the following fields and types(or the sync will fail silently)
figma_id
- Textsync_status
- Single Select, with optionsactive
anddeleted
name
- Texttype
- Single Select, with optionsCOMPONENT
,FRAME
,INSTANCE
,ELLIPSE
,GROUP
,RECTANGLE
,LINE
,VECTOR
,POLYGON
,BOOLEAN_OPERATION
x
- Number Decimaly
- Number Decimalwidth
- Number Decimalheight
- Number Decimal
- The Table requires the following fields and types(or the sync will fail silently)
- Create a Personal Access Token for Airtable
- Limit the token to the base you want to sync to
- The Token needs read and edit permissions to sync
- Get your Base ID and Table Name
- The Base ID is the string of characters in the URL after
/base/
- The Table Name is the name of the table you created in step 1
- The Base ID is the string of characters in the URL after
In Figma pending pluging marketplace listing
- clone this repo
- In Desktop Figma, go to Plugins > Development > Import Plugin from manifest
- Select the
manifest.json
file in the root of this repo
- Select the
TBD - Just thought it would be fun to build. Open to suggestions.