Copy components from file to file


#1

Is it possible to copy components from one .subform file to another?
With Ctrl+C Ctrl+V or somehow.


#2

Not at the moment, but it’s something we want to enable. Not just moving components between Subform files via the clipboard, but also via a shared library.

Implementation is a little complex because of potential merge conflicts: components can carry style classes (and possibly other things, like text classes, color variables, etc.) with them, might have the same name as existing components in the file, etc.

Nothing insurmountable, but we want to make sure we have a solid set of semantics for how we sort this stuff out—and a good, understandable UI for the designer.

If you have thoughts for how you’d like this or work or any analogs from other software, we’d definitely love to hear it.