Fabian Schultz
Results
4
issues of
Fabian Schultz
Currently invisible characters are also copied ([screenshot](http://i.imgur.com/yTLJXUq.png)). Simple fix could be: ``` javascript // · .replace(/\267/g, ' ') // » .replace(/\273 /g, ' ') // ¬ .replace(/\254/g, '') // ¤...
Might save some time in the future regarding querying and types. https://github.com/braposo/figma-graphql
enhancement
help wanted
This is less important I'm assuming, but it might be nice to be able to query comments from a Figma file.
enhancement
help wanted