mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-26 17:04:07 +01:00
✨ Support adding the watermark on export PDF https://github.com/siyuan-note/siyuan/issues/9961
This commit is contained in:
parent
4fdaae2892
commit
94cc8b2e3b
9 changed files with 57 additions and 10 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -594,6 +594,8 @@ interface IExport {
|
|||
addTitle: boolean;
|
||||
markdownYFM: boolean;
|
||||
pdfFooter: string;
|
||||
pdfWatermarkStr: string;
|
||||
pdfWatermarkDesc: string;
|
||||
docxTemplate: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue