As a user, I want to do a "dry run" with my placeholder options before committing to filling out all my selections. For example, let's say I have selected 10 component instances and configured my placeholder options. I click Generate and Figma makes 10 * selection.textLayers.length changes to the canvas. But I don't like the results, and I can't undo because the changes exceed Figma's undo limit. I'm stuck!
The idea here is to allow users to test out placeholder copy and easily undo their changes in a single click, before deciding to commit to their options.
We may be able to leverage Figma's Relaunch Buttons feature to our advantage here. This feature is made easier with create-figma-plugin, which offers a helper.
As a user, I want to do a "dry run" with my placeholder options before committing to filling out all my selections. For example, let's say I have selected 10 component instances and configured my placeholder options. I click
Generateand Figma makes10 * selection.textLayers.lengthchanges to the canvas. But I don't like the results, and I can't undo because the changes exceed Figma's undo limit. I'm stuck!The idea here is to allow users to test out placeholder copy and easily undo their changes in a single click, before deciding to commit to their options.
We may be able to leverage Figma's Relaunch Buttons feature to our advantage here. This feature is made easier with create-figma-plugin, which offers a helper.