🎨 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:
Daniel 2026-01-18 22:58:42 +08:00
parent b2f8807dc0
commit cf79a5db32
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
20 changed files with 112 additions and 8 deletions

View file

@ -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
*/