thomas-lowry / themer

A Figma plugin designed to allow you to swap between styles named the same from different published libraries.
MIT License
128 stars 44 forks source link

Add option to use an arbitrary JSON URL #35

Open joshdcomp opened 2 years ago

joshdcomp commented 2 years ago

Themer has proven to be super useful, thanks for building it!

As we scale up our design system however, we're starting to feel some growing pains with how Themer sources JSON:

Proposed solution

I'd love the ability to set an arbitrary URL, in this case pointing to a JSON file hosted on our CDN. We build and deploy our design tokens via our CI pipeline, so if we could point to an asset on our CDN, we wouldn't need to update the theme after each release

nachtfunke commented 2 years ago

Did you find a solution or alternative to this? I am exploring a similar problem.

joshdcomp commented 2 years ago

@nachtfunke we're looking into alternatives now, no luck yet…we may end up rolling our own if we can't find something else

joshdcomp commented 2 years ago

@nachtfunke I wanted to close the loop here: we're probably gonna migrate to the Figma Tokens plugin, it supports URL endpoints, and also allows for read/write in-Figma (if your stack supports it).