mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 07:32:34 +01:00
🎨 Pandoc template for exporting docx Fix https://github.com/siyuan-note/siyuan/issues/8740
This commit is contained in:
parent
982e109af4
commit
cc8ee6219c
9 changed files with 39 additions and 5 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -491,6 +491,7 @@ interface IExport {
|
|||
addTitle: boolean;
|
||||
markdownYFM: boolean;
|
||||
pdfFooter: string;
|
||||
docxTemplate: string;
|
||||
}
|
||||
|
||||
interface IEditor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue