3
@pirijan is there a way to select cards programmatically from the console? all this talk about power-user-level features (like non-overlapping cards, grouping) had me thinking if you could expose some functions to do things like:
- select cards by name
- select cards by id
- select cards by rectangle
then power users could accomplish some of these things already. so for example, I could define a group of cards and have a snippet that runs and selects them so I can move the group around (selectCardsById("<id1>", "<id2>", "<id3>")
). I could do some clean up (selectCardsByName("[[vote]]")
, then Remove All).
thoughts? :)