Bulk move cards to inside another card (parent)

I want to move a large list of cards to become children of another card.

I’m implementing Johnny Decimal on Supernotes, and I have this:

I want to move all the 11.xx cards into the 11 card in bulk. How can I achieve that?

In the outline, I can add one card to the parent, but I have to do it one by one. Additionally, I need to remove them from the old parent to avoid duplication.

How can this be done more quickly and efficiently?

There’s a few different ways you can do this. First off, to avoid duplication when dragging and drop you can hold down Shift before dropping onto a parent, this will change the parent to ‘orange’ rather than ‘green’.

You can use multi-select to select all the relevant cards and then interact with them, search for an existing parent and add them to that parent. Table Layout makes this much easier in the upcoming 3.2 release, looking forward to sharing that soon.

1 Like

Oh, both worked! In this case, multi-select is a better option because I can use bulk modification.
I tried that, but I was trying to find the command parent.

Thank you @tobias

1 Like