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",
"obsidian-footnotes",
"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",
"width": 296.5
"width": 386.5
},
"left-ribbon": {
"hiddenItems": {

View File

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