Curate the saved set
figma_savedManage a designer's shortlist of Figma nodes by saving, listing, moving, or removing bookmarks, grouped into folders—without altering the design itself.
Instructions
Read and change the designer’s shortlist of nodes in this file, and the folders it is grouped into. One action argument: list, folders, save, unsave, clear, move, newFolder, renameFolder, deleteFolder.
list — the entries, optionally in one folder. folders — the folders with their counts; "" is the root. save — add nodeIds, or whatever is selected when you give none. unsave — remove nodeIds. clear — empty one folder, or the whole set when you name none. move — put nodeIds in folder. newFolder / renameFolder / deleteFolder — the folders themselves; deleteFolder keeps the entries and returns them to the root unless deleteEntries is true.
This is a bookmark list, not the design: it lives in the plugin’s own storage, so none of it is behind the Edits switch and none of it can be undone with Cmd-Z. Saving what a long job is about is a cheap way to leave the designer something to look at afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | For renameFolder: what to call it instead. | |
| from | No | For renameFolder: the folder as it is called now. | |
| name | No | For newFolder and deleteFolder. | |
| action | Yes | Which of the nine. | |
| folder | No | For list, save, clear and move. "" is the root; the folder must already exist for move. | |
| nodeIds | No | For save, unsave and move. Omitting them on save means the current selection. | |
| deleteEntries | No | For deleteFolder: remove what was in it too, rather than returning it to the root. |