arvis workflow to quick link Figma teams, projects and files
- Figma's API doesn't allow access to getting listings of draft files.
- Figma's API doesn't allow access to get teams. This requires adding team ids to the workflow manually.
- Files open in the desktop app, but teams and projects won't.
$ npm install --global arvis-figma-shortcuts
There are a couple of requirements.
- You need a Figma account and be part of a team.
- Create a Personal Access Token so you can reach the API.
- Add API key to user config (variables)
- Add a team to your results with the
figma add [teamurl]
command.
The workflow lists results of 3 items teams, projects and files.
- ⏎ Open team page.
- ⌥ + ⏎ Remove team from workflow.
- ⌘ + ⏎ Open team page in web browser.
- ⏎ Open project page.
- ⌘ + ⏎ Open project page in web browser.
- ⏎ Open file.
- ⌘ + Y OR shift Quicklook preview of the file.
- ⌥ + ⏎ Duplicate file to your drafts.
- ⌘ + ⏎ Open file in web browser.
MIT © Jon Rohan
🔗 This workflow is converted from alfred-workflow.
-
Note that there might be some code change or different actions from the original workflow.
-
Marked original workflow's creator to author.