mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 06:24:06 +01:00
🎨 Desktop export PDF supports no pagination https://ld246.com/article/1764933918963 (#16537)
This commit is contained in:
parent
cfd25e85b6
commit
cef8ca8cf7
18 changed files with 117 additions and 35 deletions
|
|
@ -440,7 +440,8 @@ export const getLocalStorage = (cb: () => void) => {
|
|||
removeAssets: true,
|
||||
keepFold: false,
|
||||
mergeSubdocs: false,
|
||||
watermark: false
|
||||
watermark: false,
|
||||
paged: true
|
||||
};
|
||||
defaultStorage[Constants.LOCAL_EXPORTIMG] = {
|
||||
keepFold: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue