figma / code-snippet-editor-plugin

Translate component variants, properties, and more into dynamic code snippets for your design system.
https://www.figma.com/community/plugin/1311777988952403297/code-snippet-editor
MIT License
128 stars 11 forks source link

Global templates #30

Closed jake-figma closed 7 months ago

jake-figma commented 7 months ago

Allowing users to store global template JSON in their clientStorage, primarily to cover node type-based templates and optionally components by component key. First cut solution for #21.

I think fast follow will remove at least some of the bulk operations from design mode as this is a better way to think about this for now.

Eventually will add ability to pull this in to clientStorage from an external JSON endpoint.