Add plugin files

This commit is contained in:
soaska 2024-05-12 16:18:55 +03:00
parent 66a5a7f542
commit 88a0ffa952
3 changed files with 21157 additions and 0 deletions

29
data.json Normal file
View File

@ -0,0 +1,29 @@
{
"showTitle": true,
"maxLevel": "6",
"displayHeader": true,
"displayFooter": true,
"headerTemplate": "<div style=\"width: 100vw;font-size:10px;text-align:center;\"><span class=\"title\"></span></div>",
"footerTemplate": "<div style=\"width: 100vw;font-size:10px;text-align:center;\"><span class=\"pageNumber\"></span> / <span class=\"totalPages\"></span></div>",
"printBackground": false,
"generateTaggedPDF": false,
"displayMetadata": false,
"debug": true,
"isTimestamp": false,
"enabledCss": false,
"prevConfig": {
"pageSize": "Letter",
"marginType": "1",
"showTitle": false,
"open": true,
"scale": 85,
"landscape": false,
"marginTop": "10",
"marginBottom": "10",
"marginLeft": "10",
"marginRight": "10",
"displayHeader": true,
"displayFooter": true,
"cssSnippet": "0"
}
}

21117
main.js Normal file

File diff suppressed because one or more lines are too long

11
manifest.json Normal file
View File

@ -0,0 +1,11 @@
{
"id": "better-export-pdf",
"name": "Better Export PDF",
"version": "1.7.4",
"minAppVersion": "0.15.0",
"description": "Export your notes to PDF, support export preview, add bookmarks outline and header/footer.",
"author": "l1xnan",
"authorUrl": "https://github.com/l1xnan",
"fundingUrl": "https://www.buymeacoffee.com/l1xnan",
"isDesktopOnly": true
}