Command failed: pandoc "/path/to/Obsidian/vault/note.md" -f markdown+wikilinks_title_after_pipe --resource-path="/path/to/Obsidian/vault" --resource-path="/path/to/Obsidian/vault/.obsidian/plugins/obsidian-enhancing-export/textemplate" --lua-filter="/path/to/Obsidian/vault/.obsidian/plugins...
Pandoc document export plugin for Obsidian (https://obsidian.md) - obsidian-pandoc/main.ts at master · obsidian-community/obsidian-pandoc
but it failed with the (no such file or directory) error. Even when I escaped the spaces. Using the same parameter on commandline with pandoc it did work. The problems seems to be that parameters cannot contain spaces when you specify them in the settings for this plugin. The path to t...