vault backup: 2024-09-04 12:10:50

This commit is contained in:
Dane Sabo 2024-09-04 12:10:50 -04:00
parent 49a7c74ea5
commit 90e5a41a69
7 changed files with 10255 additions and 7 deletions

View File

@ -13,5 +13,6 @@
"highlightr-plugin", "highlightr-plugin",
"obsidian-footnotes", "obsidian-footnotes",
"obsidian-citation-plugin", "obsidian-citation-plugin",
"obsidian-enhancing-export" "obsidian-enhancing-export",
"obsidian-pandoc"
] ]

View File

@ -0,0 +1,15 @@
{
"showCLICommands": false,
"addExtensionsToInternalLinks": "html",
"injectAppCSS": "light",
"injectThemeCSS": false,
"customCSSFile": null,
"displayYAMLFrontmatter": false,
"linkStrippingBehaviour": "text",
"highDPIDiagrams": true,
"pandoc": null,
"pdflatex": null,
"outputFolder": null,
"extraArguments": "--citeproc --bibliography=\"${vaultDir}/201. Metadata/My Library.bib\" --csl=\"${vaultDir}/201. Metadata/ieee.csl\"",
"exportFrom": "html"
}

10219
.obsidian/plugins/obsidian-pandoc/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
{
"id": "obsidian-pandoc",
"name": "Pandoc Plugin",
"version": "0.4.1",
"minAppVersion": "0.12.5",
"description": "This is a Pandoc export plugin for Obsidian. It provides commands to export to formats like DOCX, ePub and PDF.",
"author": "Oliver Balfour",
"authorUrl": "https://github.com/OliverBalfour/obsidian-pandoc",
"isDesktopOnly": true
}

View File

@ -0,0 +1,4 @@
.pandoc-plugin-error {
color: red;
}

View File

@ -216,7 +216,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 296.5 "width": 386.5
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {

View File

@ -1,5 +1,4 @@
[@kleinFormallyVerifiedSoftware2018] ```latex
[@bullockHardwareintheloopSimulation2004] \begin{figure}
[@sohl-dicksteinDeepUnsupervisedLearning2015a] \end{figure}
@sohl-dicksteinDeepUnsupervisedLearning2015 ```