2 comments

  • dleeftink32 minutes ago
    For those in the JS&#x2F;CSS&#x2F;HTML ecosystem, paged.js[0] provides a comprehensive plugin or custom &#x27;hooks&#x27; 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 &#x27;2.0&#x27; polyfill[1].<p>[0]: <a href="https:&#x2F;&#x2F;pagedjs.org&#x2F;en&#x2F;documentation&#x2F;10-handlers-hooks-and-custom-javascript&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pagedjs.org&#x2F;en&#x2F;documentation&#x2F;10-handlers-hooks-and-c...</a><p>[1]: <a href="https:&#x2F;&#x2F;pagedjs.org&#x2F;en&#x2F;journal&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pagedjs.org&#x2F;en&#x2F;journal&#x2F;</a>
  • dkdcio7 minutes ago
    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