Customize note printing #1858
-
I'm attempting to adjust the font size when printing a note. I've checked out the discussion at https://github.com/orgs/TriliumNext/discussions/1334 and created a CSS note as shown below. However, it doesn't seem to be working. I also want to customize the page header and footer, but don't know how to do it. Please help. Thank you. Trilium Next version: 0.93.0 server |
Beta Was this translation helpful? Give feedback.
Answered by
goldenpond
May 7, 2025
Replies: 1 comment
-
I realized that @media print {
body {
--print-font-size: 8pt !important;
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eliandoran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I realized that
--print-font-size
should be used instead.