thgh / Airtable-to-Figma

Figma plugin to import Airtable data into Figma components
airtable-shr.vercel.app
25 stars 7 forks source link

Importing arrays #4

Open Jemtee opened 2 years ago

Jemtee commented 2 years ago

Getting the plugin to work nicely with single copy strings and image but not where there's an array/object in the airtable cell.

import imports this: [object Object]

Is this something you could add?

thgh commented 2 years ago

I think this is the related function: https://github.com/thgh/Airtable-to-Figma/blob/fd69f5c4f0c1807dc59da9ecf64064f8f1f5c0db/code.ts#L174-L186

I probably won't look further into it. PRs welcome!