Figma plugin

    Name tags reference

    Everything the plugin does, you can also type yourself.

    Tags are layer names. They're case-insensitive, and a dash works instead of the colon.

    Layer nameWhat it does
    popup: SettingsA popup that starts hidden. modal: and dialog: work too.
    open: SettingsClicking it opens or closes the Settings popup. toggle: and show: work too.
    close or close: XInside a popup or a notification: clicking it closes it.
    notify: SavedA notification that starts hidden; notify( "Saved" ) in your code shows it. notification: and toast: work too.
    show: SavedClicking it shows the Saved notification with its own texts.
    progressInside a notification: a bar that empties as its time runs out. timer works too.
    go: MainOn a button (or the frame holding it): goes to the screen called Main. goto:, screen:, and navigate: work too.
    backOn a button: returns to the previous screen.
    close windowA mark along the top edge that closes the app. minimize window minimizes it.
    static: PreviewStays a plain visual; nothing inside becomes a control.
    Menu | Page: VisualsOn a top-level frame: suggests it as the page of the Visuals item, or, when no item is called that, as a page a go: Visuals button opens.