mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
🎨 支持合并子文档导出 Word/PDF https://github.com/siyuan-note/siyuan/issues/3219
This commit is contained in:
parent
872b341d11
commit
c2d1686164
4 changed files with 16 additions and 3 deletions
|
|
@ -391,6 +391,7 @@ const initWindow = () => {
|
|||
destroyPrintWindow();
|
||||
fetchPost("/api/export/addPDFOutline", {
|
||||
id: ipcData.rootId,
|
||||
merge: ipcData.mergeSubdocs,
|
||||
path: pdfFilePath
|
||||
}, () => {
|
||||
afterExport(pdfFilePath, msgId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue