hey ij!
is there a way to write a single line of command to copy and paste more than one widget from one card to another?
i have widgets X, Y and Z stored in card A, and so far i can import each of them separately to card B by writing
card.add[deck.cards.A.widgets.X] card.add[deck.cards.A.widgets.Y] card.add[deck.cards.A.widgets.Z]
but i can't really nail a way to import all three of them with a single line (unless i call all three lines with an .eval[]).
i saw in the decker manual that you can use the .add[] command to import a list or dictionary of widgets from another card, but i don't see how.
thank you!