Skip to content

Print export

nickstiffler requested to merge print-export into master

Adds a new export suitable for printing. When printing (or exporting to PDF), it will present a header for each page.

This replaces the HTML export, but is available during all decisions. This currently only renders the most recent version, but I am thinking it should be the version in the current tab. In our live site, we are using this as the link to pass to our PDF generation service.

We had previously discussed in #253 (closed) about using paged.js for this. My version uses CSS, avoiding the need for another dependency, but I am open to consider it if you feel I am missing something.

Edited by nickstiffler

Merge request reports