Skip to main content
Elaya
New Member
June 1, 2025
Solved

The file name should be changed from the plugin

  • June 1, 2025
  • 4 replies
  • 229 views

Hey, I’m building on a Figma plugin. I’m trying to change the Figma file name if the user types the name & submitted from the plugin. I’m currently using this function. figma.root.name. but it’s still not changing the file name. It still keeps as untitled. Please help me if we even have that capability. 

This topic has been closed for replies.
Best answer by tank666

figma.root.name is read-only. Thus, it is not possible to change the file name.

Related topic:

 

4 replies

tank666
tank666Answer
June 1, 2025

figma.root.name is read-only. Thus, it is not possible to change the file name.

Related topic:

 

UX/UI designer. Figma expert. Creator and developer of plugins and widgets for Figma and FigJam. Check out my resources in Figma Community: figma.com/@tank
Elaya
ElayaAuthor
New Member
June 1, 2025

got it, thanks. Also is it possible to set the thumbnail automatically from the instance or component key?

tank666
June 3, 2025

Also is it possible to set the thumbnail automatically from the instance or component key?

If I understand your question correctly, you can set a component node, but not an instance, as a thumbnail using the corresponding API method (setFileThumbnailNodeAsync). As for a remote component, you will need to import it by key first.

UX/UI designer. Figma expert. Creator and developer of plugins and widgets for Figma and FigJam. Check out my resources in Figma Community: figma.com/@tank
Elaya
ElayaAuthor
New Member
June 4, 2025

Thanks, will give it a try on this!