Skip to content

Setting custom filename/subfolder naming format

The Filename Format field is optional, and if you leave this field empty/blank, it will default to #{name}#{suffix}.

Available variables for your filenames โ€‹

You can mix and match any of the variables below into your custom subfolder/filename pattern, including regular text and characters (like underscores or letters/numbers).

  • #{name} The name of the Figma layer (eg. "My Figma Layer Name")
  • #{scale} The scale from the export setting (eg. "2x")
  • #{width} The width of the image (eg. "1024")
  • #{height} The layer height (eg. "768")
  • #{suffix} The suffix from the export setting (eg. "_example")
  • #{date} Timestamp at the time of export (eg. "28-Sep-2020")
  • #{section} The parent Figma Section layer name, if it exists (eg. "Section 1")
  • #{frame} The parent Figma Frame layer name, if it exists (eg. "Frame 1")