🎨 Pandoc template for exporting docx Fix https://github.com/siyuan-note/siyuan/issues/8740

This commit is contained in:
Daniel 2023-09-09 16:38:03 +08:00
parent 982e109af4
commit cc8ee6219c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
9 changed files with 39 additions and 5 deletions

View file

@ -29,6 +29,7 @@ type Export struct {
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 导出时页脚内容
DocxTemplate string `json:"docxTemplate"` // Docx 导出时模板文件路径
}
func NewExport() *Export {