generated from DNDs/dnd-template
updated
This commit is contained in:
parent
8d8b6bf300
commit
89da76ab25
8
.obsidian/app.json
vendored
8
.obsidian/app.json
vendored
@ -12,5 +12,11 @@
|
|||||||
"de",
|
"de",
|
||||||
"de-DE"
|
"de-DE"
|
||||||
],
|
],
|
||||||
"showUnsupportedFiles": true
|
"showUnsupportedFiles": true,
|
||||||
|
"pdfExportSettings": {
|
||||||
|
"pageSize": "A4",
|
||||||
|
"landscape": false,
|
||||||
|
"margin": "0",
|
||||||
|
"downscalePercent": 100
|
||||||
|
}
|
||||||
}
|
}
|
2
.obsidian/appearance.json
vendored
2
.obsidian/appearance.json
vendored
@ -2,6 +2,6 @@
|
|||||||
"translucency": false,
|
"translucency": false,
|
||||||
"cssTheme": "Obsidian Nord",
|
"cssTheme": "Obsidian Nord",
|
||||||
"theme": "obsidian",
|
"theme": "obsidian",
|
||||||
"baseFontSize": 14,
|
"baseFontSize": 12,
|
||||||
"enabledCssSnippets": []
|
"enabledCssSnippets": []
|
||||||
}
|
}
|
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -7,5 +7,6 @@
|
|||||||
"obsidian-timestamper",
|
"obsidian-timestamper",
|
||||||
"templater-obsidian",
|
"templater-obsidian",
|
||||||
"obsidian-style-settings",
|
"obsidian-style-settings",
|
||||||
"obsidian-dialogue-plugin"
|
"obsidian-dialogue-plugin",
|
||||||
|
"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": "current",
|
||||||
|
"injectThemeCSS": false,
|
||||||
|
"customCSSFile": null,
|
||||||
|
"displayYAMLFrontmatter": false,
|
||||||
|
"linkStrippingBehaviour": "text",
|
||||||
|
"highDPIDiagrams": true,
|
||||||
|
"pandoc": null,
|
||||||
|
"pdflatex": null,
|
||||||
|
"outputFolder": null,
|
||||||
|
"extraArguments": "",
|
||||||
|
"exportFrom": "html"
|
||||||
|
}
|
11327
.obsidian/plugins/obsidian-pandoc/main.js
vendored
Normal file
11327
.obsidian/plugins/obsidian-pandoc/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
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.2.5",
|
||||||
|
"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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user