vault backup: 2026-03-09 19:37:52

This commit is contained in:
Jan Meyer
2026-03-09 19:37:52 +01:00
parent acb2ea3937
commit 8ad531a2e4
7 changed files with 26358 additions and 4 deletions

View File

@@ -2,5 +2,6 @@
"obsidian-minimal-settings",
"obsidian-typst-cli",
"edit-in-neovim",
"obsidian-git"
"obsidian-git",
"better-export-pdf"
]

25940
.obsidian/plugins/better-export-pdf/main.js vendored Normal file

File diff suppressed because one or more lines are too long

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
}

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;
}

View File

@@ -62,9 +62,23 @@
"icon": "lucide-file",
"title": "Arithmetic"
}
},
{
"id": "42deeb92efbbb47c",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Formulas.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Formulas"
}
}
],
"currentTab": 3
"currentTab": 4
}
],
"direction": "vertical"
@@ -222,11 +236,12 @@
"obsidian-git:Open Git source control": false
}
},
"active": "671950d3401db17a",
"active": "42deeb92efbbb47c",
"lastOpenFiles": [
"DAS/Arithmetic.md",
"Formulas.md",
"DAS/Functions.md",
"DAS/Counting.md",
"DAS/Arithmetic.md",
"DAS/Relations.md",
"DAS/Logic.md",
"DAS/Set Theory.md",