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",
|
||||
"obsidian-footnotes",
|
||||
"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",
|
||||
"width": 296.5
|
||||
"width": 386.5
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
[@kleinFormallyVerifiedSoftware2018]
|
||||
[@bullockHardwareintheloopSimulation2004]
|
||||
[@sohl-dicksteinDeepUnsupervisedLearning2015a]
|
||||
@sohl-dicksteinDeepUnsupervisedLearning2015
|
||||
|
||||
```latex
|
||||
\begin{figure}
|
||||
\end{figure}
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user