🎨 Built-in Pandoc export .docx template https://github.com/siyuan-note/siyuan/issues/16861

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-18 20:50:41 +08:00
parent 1f02650b38
commit 1012d8b486
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
11 changed files with 44 additions and 4 deletions

View file

@ -64,3 +64,5 @@ extraResources:
filter: "!**/{.DS_Store}"
- from: "pandoc/pandoc-darwin-arm64.zip"
to: "pandoc.zip"
- from: "pandoc/pandoc-template.docx"
to: "pandoc-template.docx"

View file

@ -64,3 +64,5 @@ extraResources:
filter: "!**/{.DS_Store}"
- from: "pandoc/pandoc-darwin-amd64.zip"
to: "pandoc.zip"
- from: "pandoc/pandoc-template.docx"
to: "pandoc-template.docx"

View file

@ -67,4 +67,6 @@ extraResources:
to: "appearance/fonts"
filter: "!**/{.DS_Store}"
- from: "pandoc/pandoc-linux-arm64.zip"
to: "pandoc.zip"
to: "pandoc.zip"
- from: "pandoc/pandoc-template.docx"
to: "pandoc-template.docx"

View file

@ -64,4 +64,6 @@ extraResources:
to: "appearance/fonts"
filter: "!**/{.DS_Store}"
- from: "pandoc/pandoc-linux-amd64.zip"
to: "pandoc.zip"
to: "pandoc.zip"
- from: "pandoc/pandoc-template.docx"
to: "pandoc-template.docx"

View file

@ -71,3 +71,5 @@ extraResources:
filter: "!**/{.DS_Store}"
- from: "pandoc/pandoc-windows-amd64.zip"
to: "pandoc.zip"
- from: "pandoc/pandoc-template.docx"
to: "pandoc-template.docx"

Binary file not shown.