🎨 PDF export supports setting footer template https://github.com/siyuan-note/siyuan/issues/7478

This commit is contained in:
Liang Ding 2023-03-31 20:51:32 +08:00
parent 20a642c8b2
commit d3f9354696
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
9 changed files with 55 additions and 15 deletions

View file

@ -44,5 +44,6 @@ func NewExport() *Export {
FileAnnotationRefMode: 0,
PandocBin: "",
MarkdownYFM: false,
PDFFooter: "%page / %pages",
}
}