Printer-friendly design
Style various elements so that they are print-friendly when printed or converted to PDF.
Ref,
- https://tailwindcss.com/docs/breakpoints#styling-for-print
- https://windicss.org/utilities/variants.html#raw-media-queries
Example changes to apply when in print screen mode,
- Hide the uplink tree
- Remove title background
- Fix poor code block contrast
We should try to avoid having to create and maintain a tailwind.config.js and such files. In the worse case, however, I suppose they can go under the default layer.
https://github.com/srid/emanote/pull/229
static site generation only (live server still uses 2.2).
I am still learning about this cool program, but is there some easy way to print out a note pages?
From what (little) I understand from the above, printing would rely on the live server being updated to a newer version of the tailwinds compiler, is this still the case? I would rely heavier on Emanote, but I find I keep having to go back to Pandoc for my pdfs for my classes.