DWilliames / Google-sheets-content-sync-sketch-plugin

Sync content within a Google Sheets document, to text layers — based on their names. Edit and collaborate on your content in Google Sheets, then sync in back to your sketch files.
292 stars 24 forks source link

Conditional logic for showing/hiding symbols #28

Open jasonmcdermott opened 5 years ago

jasonmcdermott commented 5 years ago

I would love to show/hide symbols based on data in the google doc.

Use case: to show project progress, based on google doc data. I have a google doc with projects listed by row. Each row has a status column with integer data. I would like to be able to show/hide a specific symbol based on the value of this cell. If the cell contains a 1, show a symbol (e.g. a green check mark), if 0, show a different symbol (e.g. a red cross mark).

the-baaron commented 4 years ago

yes please!