obsidian-pandoc
obsidian-pandoc copied to clipboard
No PDF export option
I can't find the option for exporting to PDF.
Same here. Is there some requirement that we are missing?
Same issue here
Have y'all installed pandoc? I see it on my machine althought I'm using the community fork: https://github.com/obsidian-community/obsidian-pandoc/
I have it installed, what fixed the issue was defining the right path to pdflatex
in the plugin settings
Thanks, this worked! It would be great to include this here - Troubleshooting · OliverBalfour/obsidian-pandoc Wiki
In case you don't have pdflatex, brew install basictex
and then the pdflatex path in settings is /Library/TeX/texbin/pdflatex
.
I found the solution for myself from https://github.com/OliverBalfour/obsidian-pandoc/issues/87#issuecomment-1014936033 and here.
I have Ubuntu 20.04 and I had to install latex.
sudo apt install texlive
Note: after installing latex, I had to close and reopen Obsidian in order to see export to PDF option
If on mac: brew install basictex
Go to obsidian pandoc settings then :
set path of PDFLaTex to
/Library/TeX/texbin/pdflatex.