vault backup: 2025-01-23 19:58:25
This commit is contained in:
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -14,5 +14,6 @@
|
||||
"obsidian-plugin-toc",
|
||||
"emoji-shortcodes",
|
||||
"advanced-canvas",
|
||||
"obsidian-tracker"
|
||||
"obsidian-tracker",
|
||||
"better-export-pdf"
|
||||
]
|
29
.obsidian/plugins/better-export-pdf/data.json
vendored
Normal file
29
.obsidian/plugins/better-export-pdf/data.json
vendored
Normal 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": false,
|
||||
"isTimestamp": false,
|
||||
"enabledCss": false,
|
||||
"prevConfig": {
|
||||
"pageSize": "A4",
|
||||
"marginType": "1",
|
||||
"showTitle": true,
|
||||
"open": true,
|
||||
"scale": 100,
|
||||
"landscape": false,
|
||||
"marginTop": "10",
|
||||
"marginBottom": "10",
|
||||
"marginLeft": "10",
|
||||
"marginRight": "10",
|
||||
"displayHeader": true,
|
||||
"displayFooter": true,
|
||||
"cssSnippet": "0"
|
||||
}
|
||||
}
|
21276
.obsidian/plugins/better-export-pdf/main.js
vendored
Normal file
21276
.obsidian/plugins/better-export-pdf/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/better-export-pdf/manifest.json
vendored
Normal file
11
.obsidian/plugins/better-export-pdf/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "better-export-pdf",
|
||||
"name": "Better Export PDF",
|
||||
"version": "1.10.2",
|
||||
"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
|
||||
}
|
61
.obsidian/plugins/better-export-pdf/styles.css
vendored
Normal file
61
.obsidian/plugins/better-export-pdf/styles.css
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
#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 .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;
|
||||
}
|
60
.obsidian/plugins/obsidian-enhancing-export/data.json
vendored
Normal file
60
.obsidian/plugins/obsidian-enhancing-export/data.json
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"name": "Markdown"
|
||||
},
|
||||
{
|
||||
"name": "Markdown (Hugo)"
|
||||
},
|
||||
{
|
||||
"name": "Html"
|
||||
},
|
||||
{
|
||||
"name": "TextBundle"
|
||||
},
|
||||
{
|
||||
"name": "Typst"
|
||||
},
|
||||
{
|
||||
"name": "PDF"
|
||||
},
|
||||
{
|
||||
"name": "Word (.docx)"
|
||||
},
|
||||
{
|
||||
"name": "OpenOffice"
|
||||
},
|
||||
{
|
||||
"name": "RTF"
|
||||
},
|
||||
{
|
||||
"name": "Epub"
|
||||
},
|
||||
{
|
||||
"name": "Latex"
|
||||
},
|
||||
{
|
||||
"name": "Media Wiki"
|
||||
},
|
||||
{
|
||||
"name": "reStructuredText"
|
||||
},
|
||||
{
|
||||
"name": "Textile"
|
||||
},
|
||||
{
|
||||
"name": "OPML"
|
||||
},
|
||||
{
|
||||
"name": "Bibliography"
|
||||
}
|
||||
],
|
||||
"defaultExportDirectoryMode": "Auto",
|
||||
"openExportedFile": true,
|
||||
"env": {},
|
||||
"showExportProgressBar": true,
|
||||
"lastExportDirectory": {
|
||||
"linux": "/home/boyan/Documents"
|
||||
},
|
||||
"lastExportType": "PDF"
|
||||
}
|
28
.obsidian/workspace.json
vendored
28
.obsidian/workspace.json
vendored
@ -13,12 +13,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Functional Programming/Recursion.md",
|
||||
"file": "Functional Programming/Proofs.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Recursion"
|
||||
"title": "Proofs"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -200,6 +200,18 @@
|
||||
},
|
||||
"active": "fcc28e70ad8acbd2",
|
||||
"lastOpenFiles": [
|
||||
"Functional Programming/Recursion.md",
|
||||
"Functional Programming/Lists.md",
|
||||
"Functional Programming/Polymorphism.md",
|
||||
"Functional Programming/Proofs.md",
|
||||
"Functional Programming/Introduction to Functional Programming.md",
|
||||
"Discrete Structures/Midterm/Midterm prep.md",
|
||||
"Discrete Structures/Counting.md",
|
||||
"Discrete Structures/Mathematical Data Structures.md",
|
||||
"Discrete Structures/Mathematical Proofs (Induction).md",
|
||||
"Functional Programming/assets/Pasted image 20241125164049.png",
|
||||
"Functional Programming/Basic Haskell.md",
|
||||
"Functional Programming/Drawing 2024-12-24 17.52.22.excalidraw.md",
|
||||
"Untitled.md",
|
||||
"Statistics and Probability/Mock exam run 1.md",
|
||||
"Statistics and Probability/Intro to probability.md",
|
||||
@ -208,7 +220,6 @@
|
||||
"Discrete Structures/Recurrence relations.md",
|
||||
"Statistics and Probability/Support Lecture.md",
|
||||
"Pasted image 20250113151159.png",
|
||||
"Functional Programming/Drawing 2024-12-24 17.52.22.excalidraw.md",
|
||||
"Extracurricular/satQuest/img/Pasted image 20241218122110.png",
|
||||
"Extracurricular/satQuest/img/Pasted image 20241206134213.png",
|
||||
"Extracurricular/satQuest/img/Pasted image 20241206134207.png",
|
||||
@ -223,25 +234,14 @@
|
||||
"Discrete Structures/Midterm/attempt 2.md",
|
||||
"Discrete Structures/Midterm/attempt 2.svg",
|
||||
"Discrete Structures/Midterm/attempt 2.png",
|
||||
"Discrete Structures/Midterm/Midterm prep.md",
|
||||
"Discrete Structures/Midterm/attempt 1.md",
|
||||
"Discrete Structures/Counting.md",
|
||||
"Discrete Structures/Midterm/Untitled.md",
|
||||
"Discrete Structures/Midterm",
|
||||
"Extracurricular/CANSAT/img/Pasted image 20241206134156.png",
|
||||
"Extracurricular/CANSAT/Parts Proposal.md",
|
||||
"Untitled.canvas",
|
||||
"Discrete Structures/Mathematical Data Structures.md",
|
||||
"Discrete Structures/Relations and Digraphs.md",
|
||||
"Discrete Structures/Mathematical Proofs (Induction).md",
|
||||
"Advanced Algorithms/Graphs.md",
|
||||
"Advanced Algorithms/P vs. NP.md",
|
||||
"Advanced Algorithms/Pasted image 20241203234600.png",
|
||||
"Excalidraw/Drawing 2024-12-11 23.27.51.excalidraw.md",
|
||||
"Excalidraw",
|
||||
"Extracurricular/CANSAT/Initial Meeting.md",
|
||||
"Extracurricular/CANSAT/img",
|
||||
"Advanced Algorithms/Recurrence relations.md",
|
||||
"Advanced Algorithms/assets/pnp",
|
||||
"Advanced Algorithms/assets/graph",
|
||||
"Advanced Algorithms/practicals",
|
||||
|
Reference in New Issue
Block a user