This commit is contained in:
Oscar Plaisant
2024-03-28 23:43:36 +01:00
parent e5ada772ca
commit 9662f353ee
3454 changed files with 0 additions and 1000 deletions

View File

@@ -0,0 +1,15 @@
{
"showCLICommands": false,
"addExtensionsToInternalLinks": "html",
"injectAppCSS": "current",
"injectThemeCSS": false,
"customCSSFile": null,
"displayYAMLFrontmatter": false,
"linkStrippingBehaviour": "link",
"highDPIDiagrams": true,
"pandoc": "/opt/homebrew/bin/pandoc",
"pdflatex": "/Library/TeX/texbin/pdflatex",
"outputFolder": "/exports",
"extraArguments": "",
"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;
}