Skip to content

Commit

Permalink
Merge pull request #1 from atropical/feature/csv-row-column-position
Browse files Browse the repository at this point in the history
Feature: CSV row column position, `scopes` and missing types
  • Loading branch information
hefler authored Oct 14, 2024
2 parents 5c41a6d + d58edba commit 627e966
Show file tree
Hide file tree
Showing 7 changed files with 1,907 additions and 1,065 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ VarVar is a Figma plugin that allows you to export your Figma variables to JSON
## Features

- Export Figma variables to JSON or CSV format
- Identifies linked variables
- Identifies linked variables*
- JSON: linked variables start with `$.VARIABLE.PATH`
- CSV: linked variables start with `=VARIABLE/PATH`
- **Option:** *Use row & column positions.* This will produce instead a "formula-like" (i.e. `=E7`) linking in spreadsheet programs.
- Preview exported data within the plugin interface
- Automatically download exported files

*Note: When dealing with linked variables that have multiple modes, the plugin will only link to the first occurrence (i.e., the first mode).

## Figma Installation

1. Open Figma and go to the Community tab
Expand Down
Loading

0 comments on commit 627e966

Please sign in to comment.