mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 18:00:15 +01:00
🎨 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:
parent
7e8a26f230
commit
53c24fff2b
19 changed files with 62 additions and 70 deletions
8
app/src/types/config.d.ts
vendored
8
app/src/types/config.d.ts
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue