Split Index card

I’d like to be able to split an index card synopsis into separate cards just like document text can be split. It would be very helpful when I’m brainstorming in the corkboard.

Thanks for considering.

Sorry, I don’t see this making it in as a feature.
All the best,
Keith

This is really simple to implement with an iKey macro (if you haven’t got this really neat and easy-to-use macro program, you should :wink:).

You have to select the part of the index card text you want to split off.

Then just trigger a macro sequence consisting of:

Cut (Cmd+X)
New card (Cmd+N)
Tab (to move focus from the title to the text area of the new card)
Paste (Cmd+V).

There you have it.

HTH,

Joey