This commit is contained in:
Liang Ding 2023-03-31 15:44:48 +08:00
parent 9d0051a190
commit 10f991c42a
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

@ -28,6 +28,7 @@ type Export struct {
FileAnnotationRefMode int `json:"fileAnnotationRefMode"` // 文件标注引用导出模式0文件名 - 页码 - 锚文本1仅锚文本
PandocBin string `json:"pandocBin"` // Pandoc 可执行文件路径
MarkdownYFM bool `json:"markdownYFM"` // Markdown 导出时是否添加 YAML Front Matter https://github.com/siyuan-note/siyuan/issues/7727
PDFFooter string `json:"pdfFooter"` // PDF 导出时页脚内容
}
func NewExport() *Export {