🎨 Supports setting Pandoc parameters for export https://github.com/siyuan-note/siyuan/issues/16845

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-16 22:58:46 +08:00
parent 7e8a26f230
commit 53c24fff2b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
19 changed files with 62 additions and 70 deletions

View file

@ -552,10 +552,6 @@ declare namespace Config {
* The symbol on the right side of the block reference anchor text during export
*/
blockRefTextRight: string;
/**
* The path of the template file used when exporting to Docx
*/
docxTemplate: string;
/**
* File annotation reference export mode
* - `0`: File name - page number - anchor text
@ -586,6 +582,10 @@ declare namespace Config {
* Pandoc executable file path
*/
pandocBin: string;
/**
* Pandoc parameters
*/
pandocParams: string;
/**
* Whether the beginning of the paragraph is empty two spaces.
* Insert two full-width spaces `U+3000` at the beginning of the paragraph.