You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/figma-inspector/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ As of writing Figma has real test support. Testing is limited to unit testing so
64
64
You can find the test files under `/tests`. This folder also includes the JSON export of a real Figma file
65
65
to test against. The easiest way to update the file is to to edit it in Figma and then use a personal access token to get a JSON version.
66
66
67
-
To get an access Token in Figma go to the home screen. Then top right click the loggedin user name. Then `Settings` and then the `Security` tab. Scroll to the bottom and choose `Generate new token`. Then save the token in a secure private place.
67
+
To get an access Token in Figma go to the home screen. Then top right click the logged in user name. Then `Settings` and then the `Security` tab. Scroll to the bottom and choose `Generate new token`. Then save the token in a secure private place.
68
68
69
69
You then need to get the file ID. Open figma.com, login and open the file. You will then have a url like
70
70
`https://www.figma.com/design/njC6jSUbrYpqLRJ2dyV6NT/energy-test-file?node-id=113-2294&p=f&t=5IDwrGIFUnri3Z17-0`. The ID is the part of the URL after `/design/` so in this example `njC6jSUbrYpqLRJ2dyV6NT`.
0 commit comments