emanote icon indicating copy to clipboard operation
emanote copied to clipboard

Printer-friendly design

Open srid opened this issue 4 years ago • 1 comments

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.

srid avatar Aug 13 '21 16:08 srid

https://github.com/srid/emanote/pull/229

static site generation only (live server still uses 2.2).

srid avatar Jan 09 '22 01:01 srid

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.

AndOrangutan avatar Nov 17 '22 10:11 AndOrangutan