Figma Plugin

Apply Individually

Apply different text values to multiple selected Figma text layers in one pass. Supports sequential or random assignment, optional prefix/suffix, and text casing transforms.

Download Plugin Latest release on GitHub

Features

Usage

  • In Figma: Plugins > Development > Import plugin from manifest...
  • Select one or more text layers.
  • Open Apply Individually from the Plugins menu.
  • Paste a list (or upload a file), pick options, then click Apply to Selection.

UI Controls

  • Tabs: Manual (paste text) and Upload (load a file).
  • Text case: Keep original, Title Case, Uppercase, Lowercase.
  • Separator: Comma, New Line, Space.
  • Order: Sequential or Random.
  • Prefix and Suffix inputs.

Behavior Details

Project Structure

  • manifest.json - Figma plugin manifest.
  • code.js - Plugin controller logic.
  • ui.html - Plugin UI.
  • .github/workflows/ - Release and packaging automation.

Development

  • No build step.
  • Edit code.js and ui.html directly.
  • Re-import the manifest into Figma for local testing.
License: No license file is included in this repository.

Release Automation