mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-09 00:34:20 +01:00
🎨 New export settings: Include sub-docs, Include related docs https://github.com/siyuan-note/siyuan/issues/13635
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
b2f8807dc0
commit
cf79a5db32
20 changed files with 112 additions and 8 deletions
8
app/src/types/config.d.ts
vendored
8
app/src/types/config.d.ts
vendored
|
|
@ -578,6 +578,14 @@ declare namespace Config {
|
|||
* Whether to export the inline memo
|
||||
*/
|
||||
inlineMemo: boolean;
|
||||
/**
|
||||
* Whether to include sub-documents when exporting
|
||||
*/
|
||||
includeSubDocs: boolean;
|
||||
/**
|
||||
* Whether to include related documents when exporting
|
||||
*/
|
||||
includeRelatedDocs: boolean;
|
||||
/**
|
||||
* Pandoc executable file path
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue