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

Support "_" inside string's name #33

Open youwenliang opened 5 years ago

youwenliang commented 5 years ago

I've been using the plugin and wanted to use names like "#onboarding_title" as my string's name. But currently, only "#onboarding title" or "#onboardingTitle" or "#onboarding-title" works. It would be great if underscore works in this case.

Thanks!