vault backup: 2025-02-04 10:17:22
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
@ -34,9 +34,23 @@
|
||||
"icon": "lucide-file",
|
||||
"title": "Introductory Lecture"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "1ac4561fed3e4c16",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "conflict-files-obsidian-git.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "conflict-files-obsidian-git"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
"currentTab": 2
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@ -213,11 +227,15 @@
|
||||
"omnisearch:Omnisearch": false
|
||||
}
|
||||
},
|
||||
"active": "56bef0584922cba9",
|
||||
"active": "1ac4561fed3e4c16",
|
||||
"lastOpenFiles": [
|
||||
"Software Engineering/Introductory Lecture.md",
|
||||
"conflict-files-obsidian-git.md",
|
||||
"Untitled.md",
|
||||
"Statistics and Probability/Mock exam run 1.md",
|
||||
"Functional Programming/Proofs.md",
|
||||
"Operating Systems",
|
||||
"Statistics and Probability/Support Lecture.md",
|
||||
"Software Engineering/Introductory Lecture.md",
|
||||
"Software Engineering",
|
||||
"Pasted image 20250113151159.png",
|
||||
"Extracurricular/Misc/Ideas.md",
|
||||
@ -234,7 +252,6 @@
|
||||
"Discrete Structures/Midterm",
|
||||
"Extracurricular/satQuest/img/Pasted image 20241206134156.png",
|
||||
"Extracurricular/satQuest/Parts Proposal.md",
|
||||
"Untitled.md",
|
||||
"Untitled.canvas",
|
||||
"Discrete Structures/Mathematical Data Structures.md",
|
||||
"Discrete Structures/Relations and Digraphs.md",
|
||||
@ -251,8 +268,6 @@
|
||||
"Advanced Algorithms/Recurrence relations.md",
|
||||
"Advanced Algorithms/Graph Algorithms.md",
|
||||
"Linear Algebra/Matrices.md",
|
||||
"Advanced Programming/Intro.md",
|
||||
"Advanced Programming/Annotation Repository.md",
|
||||
"Advanced Algorithms/assets/pnp/Pasted image 20241203234013.png",
|
||||
"Advanced Algorithms/assets/pnp/Pasted image 20241203234032.png",
|
||||
"Advanced Algorithms/assets/graph/1_WR4AtjT_nhwSOtAW99Yd5g.gif",
|
||||
@ -261,7 +276,6 @@
|
||||
"Advanced Algorithms/practicals",
|
||||
"Statistics and Probability/R",
|
||||
"Discrete Structures/img",
|
||||
"Algorithmic Programming Contests",
|
||||
"Web Engineering/canvae/server_client.canvas",
|
||||
"Advanced Programming/projects/second/Refactoring.canvas",
|
||||
"Advanced Programming/assets/assignment/assignment_organization.canvas",
|
||||
|
Reference in New Issue
Block a user