cards.py
cards.py copied to clipboard
Exclude page from print
Might be cool letting the user exclude pages through the interface. Something like greying out the entire page.
A user can already kind of do this through the print function, but it only lets you print a specific range; i.e. you can't leave out one specific page if it's within the range.
This feature would have to also disable the corresponding page of backs.
To exclude a page, one can just add the do-not-print CSS class to the page element.
I'm thinking only front pages will have the option to be excluded, and back pages should automatically become do-not-print when the corresponding front page does. Visually, the page probably becomes greyed out or something.