code-snippet-editor-plugin
code-snippet-editor-plugin copied to clipboard
Translate component variants, properties, and more into dynamic code snippets for your design system.
Hey, I was wondering if there are any plans to support design tokens from [token studio plugin](https://tokens.studio/). I have no data how many people are willing to use both Code...
With the support of figma.children, snippets are now easier to use. Thank you! We believe that SVG strings and fimga.children will make it even more convenient. Are there any plans...
It should be possible to pull in global templates from an external source. There should be a template source url setting stored in the client that the global template editor...
I'd like to use this issue to keep track of stuff I wish I could do with the templating logic. Ideally, I wish I could use an established templating language...
Hey, it would be really cool to allow for improved syncronization with a repository. I imagine a way to login to a github repo from the plugin and link to...
A way to remove a substring from a string. Proposed approach would be a _second_ pipe after the filter. This way, the template explicitly states how the input string should...
How do I get the name value of a child node and display that as the name for the parent node? For example, I want to use the name "undo-icon-32p"...
Hi Jake, I believe this is the section of your code in the "snippets.ts" script that needs to be adjusted to allow this change: ```JavaScript export function transformStringWithFilter( string: string,...