cards.py icon indicating copy to clipboard operation
cards.py copied to clipboard

Exclude page from print

Open jhauberg opened this issue 9 years ago • 2 comments

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.

jhauberg avatar Nov 03 '16 13:11 jhauberg

This feature would have to also disable the corresponding page of backs.

jhauberg avatar Nov 03 '16 13:11 jhauberg

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.

jhauberg avatar Mar 15 '17 21:03 jhauberg