-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
Description
It would be very nice to be able to print tasks in a "printer-friendly" way (only print tasks contents, not UI elements as it is currently; try to do a print preview on the tasks page)
I believe it can be done by defining a stylesheet specifically for printed media with eg. <link rel="stylesheet" href="print.css" type="text/css" media="print" />. The print view should only contain checkboxes and the tasks text., and aim to minimize paper loss (2 column layout?)
@raimund-schluessler are you interested in this change?