vault backup: 2024-09-04 12:10:50
This commit is contained in:
parent
49a7c74ea5
commit
90e5a41a69
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -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"
|
||||||
]
|
]
|
||||||
15
.obsidian/plugins/obsidian-pandoc/data.json
vendored
Normal file
15
.obsidian/plugins/obsidian-pandoc/data.json
vendored
Normal 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
10219
.obsidian/plugins/obsidian-pandoc/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/obsidian-pandoc/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-pandoc/manifest.json
vendored
Normal 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
|
||||||
|
}
|
||||||
4
.obsidian/plugins/obsidian-pandoc/styles.css
vendored
Normal file
4
.obsidian/plugins/obsidian-pandoc/styles.css
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
.pandoc-plugin-error {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
@ -216,7 +216,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 296.5
|
"width": 386.5
|
||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
[@kleinFormallyVerifiedSoftware2018]
|
```latex
|
||||||
[@bullockHardwareintheloopSimulation2004]
|
\begin{figure}
|
||||||
[@sohl-dicksteinDeepUnsupervisedLearning2015a]
|
\end{figure}
|
||||||
@sohl-dicksteinDeepUnsupervisedLearning2015
|
```
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user