2 comments
For those in the JS/CSS/HTML ecosystem, paged.js[0] provides a comprehensive plugin or custom 'hooks' system to enhance CSS to print functionality. The maintainers have recently gone through a new round of FOSS funding and have also been more actively updating their journal in regards to the CSS @media print spec and their upcoming '2.0' polyfill[1].<p>[0]: <a href="https://pagedjs.org/en/documentation/10-handlers-hooks-and-custom-javascript/" rel="nofollow">https://pagedjs.org/en/documentation/10-handlers-hooks-and-c...</a><p>[1]: <a href="https://pagedjs.org/en/journal/" rel="nofollow">https://pagedjs.org/en/journal/</a>
useful and timely for me…I’ve been thinking about writing a Zola preprocessor (or fork) to do a few things, including optionally execution using Python code within Markdown a la Quarto. maybe I’ll start with a mdBook plugin and go from there