obsidian-pandoc icon indicating copy to clipboard operation
obsidian-pandoc copied to clipboard

Only can export to HTML (no PDF or DOCX option)

Open Hernan-V opened this issue 3 years ago • 7 comments

I don't see the options to export to PDF or DOCX, only to HTML. When I open command pallet: image

Pandoc version 0.2.5 Obsidian version 0.12.12 MacOS 10.14 LaTeX installed (BasicTeX)

Hernan-V avatar Sep 01 '21 03:09 Hernan-V

Hi,

This sounds like a PATH variable issue. Does this help? https://github.com/OliverBalfour/obsidian-pandoc/wiki/Troubleshooting#troubleshooting

OliverBalfour avatar Sep 07 '21 05:09 OliverBalfour

I have the same issue, I installed pandoc via homebrew restarted obsidian but its still not showing any other option. I added the binary in the PATH.

greycr0w avatar Oct 05 '21 22:10 greycr0w

FIXED: I fixed the issue by launching Obsidian via the terminal which is running on zsh. This way Obsidian had access to my exports included in the .zshrc file and could see the pandoc binary.

greycr0w avatar Oct 05 '21 22:10 greycr0w

I am using Windows 10, how could fix this problem? Screenshot 2021-11-07 103750

minhtriethong avatar Nov 07 '21 01:11 minhtriethong

I am using Windows 10, how could fix this problem? Screenshot 2021-11-07 103750

Just ran into this issue. You can specify the path to Pandoc in the plugin configuration.

image

The troubleshooting guide has a Powershell statement to find the path: "Get-Command pandoc".

https://github.com/OliverBalfour/obsidian-pandoc/wiki/Troubleshooting#troubleshooting

6StringSam avatar Nov 11 '21 19:11 6StringSam

Hi, I was having the same problem as OP. However, after troubleshooting and adding the correct path to pandoc settings, I was able to see the full list of export options.

However, now exporting to anything doesn't work and it is stuck on this:

Screenshot 2022-01-09 at 1 39 46 AM

Please advise thanks!

brypwn avatar Jan 08 '22 17:01 brypwn

Hi,

This sounds like a PATH variable issue. Does this help? https://github.com/OliverBalfour/obsidian-pandoc/wiki/Troubleshooting#troubleshooting

Resolved it as per trouble shoot guide linked by @OliverBalfour past the path of your pandoc install into the correct box in the settings and then restart. Thanks.

alexandercronin avatar Aug 30 '23 16:08 alexandercronin