-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
TAGLINE: | ||
Export Figma Variables to JSON and CSV | ||
|
||
DESCRIPTION: | ||
VarVar is a Figma plugin that allows you to export your Figma variables to JSON or CSV format, making it easier to integrate your design tokens into your development workflow. | ||
|
||
Features | ||
Export Figma variables to JSON or CSV format | ||
Identifies linked variables | ||
JSON: linked variables start with $.VARIABLE.PATH | ||
CSV: linked variables start with =VARIABLE/PATH | ||
Preview exported data within the plugin interface | ||
Automatically download exported files | ||
|
||
Usage | ||
Design Mode | ||
Open your Figma file containing variables | ||
Run the VarVar plugin from the Plugins menu | ||
Choose your desired export format (JSON or CSV) | ||
Click "Export Variables" | ||
The exported file will be automatically downloaded | ||
|
||
Dev Mode | ||
Open your Figma file containing variables | ||
Switch to Dev Mode | ||
Run the VarVar plugin from the Plugins menu | ||
Choose your desired export format (JSON or CSV) | ||
Click "Export Variables" | ||
The exported file will be automatically downloaded | ||
|
||
Preview and Copy | ||
Toggle the "Preview output" switch to see the exported data within the plugin interface | ||
Use the "Select to Copy" button and copy (Ctrl/Command + C) the exported data to your clipboard | ||
|
||
VarVar is open source, consider contributing. Code available on GitHub. | ||
Bug report, suggestions, etc. Open an issue. | ||
|
||
|
||
|
||
TAGS: | ||
variables, export variables, variables to json, variables to table, variables to csv, developer, tokens, export, json, csv |