How do I move a bunch of snippets from one page to another?

Currently you can just do this programmatically. Suppose we want to move the snippets below in this section to the Lepiter page. We can then run this snippet:

thisSnippet moveFollowingSnippetsToPage: 'Lepiter'.
  

This snippet will move.

So will this one.

This one won't.