vault backup: 2026-05-21 13:57:55
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
"promptDelete": false,
|
"promptDelete": false,
|
||||||
"pdfExportSettings": {
|
"pdfExportSettings": {
|
||||||
"includeName": false,
|
"includeName": false,
|
||||||
"pageSize": "Letter",
|
"pageSize": "Legal",
|
||||||
"landscape": false,
|
"landscape": false,
|
||||||
"margin": "0",
|
"margin": "0",
|
||||||
"downscalePercent": 50
|
"downscalePercent": 50
|
||||||
|
|||||||
Vendored
+1
-2
@@ -18,6 +18,5 @@
|
|||||||
"obsidian-git",
|
"obsidian-git",
|
||||||
"obsidian-transcription",
|
"obsidian-transcription",
|
||||||
"obsidian-excalidraw-plugin",
|
"obsidian-excalidraw-plugin",
|
||||||
"terminal",
|
"terminal"
|
||||||
"better-export-pdf"
|
|
||||||
]
|
]
|
||||||
-25940
File diff suppressed because one or more lines are too long
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "better-export-pdf",
|
|
||||||
"name": "Better Export PDF",
|
|
||||||
"version": "1.11.0",
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
-67
@@ -1,67 +0,0 @@
|
|||||||
#better-export-pdf {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
height: 75vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
#better-export-pdf .pdf-preview {
|
|
||||||
flex: auto;
|
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
overflow-x: hidden;
|
|
||||||
overflow-y: scroll;
|
|
||||||
align-content: flex-start;
|
|
||||||
}
|
|
||||||
|
|
||||||
#better-export-pdf .pdf-preview .webview-wrapper {
|
|
||||||
position: relative;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#better-export-pdf .pdf-preview .print-size {
|
|
||||||
position: absolute;
|
|
||||||
right: 8px;
|
|
||||||
top: 8px;
|
|
||||||
z-index: 99;
|
|
||||||
font-size: 0.6rem;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
text-align: right;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
#better-export-pdf .pdf-preview > div {
|
|
||||||
flex: 1;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
#better-export-pdf .pdf-preview > div.progress {
|
|
||||||
flex: none;
|
|
||||||
height: auto;
|
|
||||||
width: 100%;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#better-export-pdf .pdf-preview .filename {
|
|
||||||
font-size: 0.75rem;
|
|
||||||
color: var(--color-base-60);
|
|
||||||
}
|
|
||||||
#better-export-pdf .pdf-preview .filename:not(:first-child) {
|
|
||||||
padding-top: calc(var(--p-spacing));
|
|
||||||
}
|
|
||||||
|
|
||||||
#better-export-pdf webview {
|
|
||||||
flex: 1;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#better-export-pdf .setting-wrapper {
|
|
||||||
width: 320px;
|
|
||||||
margin-left: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#better-export-pdf .setting-wrapper .setting-item[hidden] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user