Remove superfluous note names

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;
	}

}
2 Likes