vault backup: 2026-05-21 13:52:54

This commit is contained in:
Dmitry
2026-05-21 13:52:54 +03:00
parent dbc5281caa
commit b6e3d07d88
7 changed files with 26038 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 78
"downscalePercent": 50
},
"readableLineLength": true,
"strictLineBreaks": false,
+2 -1
View File
@@ -18,5 +18,6 @@
"obsidian-git",
"obsidian-transcription",
"obsidian-excalidraw-plugin",
"terminal"
"terminal",
"better-export-pdf"
]
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"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
View File
@@ -0,0 +1,67 @@
#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;
}
+1 -2
View File
@@ -110,8 +110,7 @@
}
],
"direction": "horizontal",
"width": 242.5,
"collapsed": true
"width": 242.5
},
"right": {
"id": "38c591aa0966839e",