🎨 支持合并子文档导出 Word/PDF https://github.com/siyuan-note/siyuan/issues/3219

This commit is contained in:
Liang Ding 2022-12-11 12:17:43 +08:00
parent 872b341d11
commit c2d1686164
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 16 additions and 3 deletions

View file

@ -391,6 +391,7 @@ const initWindow = () => {
destroyPrintWindow();
fetchPost("/api/export/addPDFOutline", {
id: ipcData.rootId,
merge: ipcData.mergeSubdocs,
path: pdfFilePath
}, () => {
afterExport(pdfFilePath, msgId);