Just for reference…
Here’s the required css (in userstyle.css
) to not print the document title (or when creating a PDF):
@media print {
.exported-note-title {
display: none !important;
}
}
Just for reference…
Here’s the required css (in userstyle.css
) to not print the document title (or when creating a PDF):
@media print {
.exported-note-title {
display: none !important;
}
}