Installation
OliverBalfour edited this page Jun 28, 2021
·
7 revisions
Community Plugins List
This plugin is now installable in the community plugins list. You must install Pandoc first if you have not already.
Manual Installation (not recommended)
- Install Pandoc if you have not already (without Pandoc only the HTML export works)
- Visit the latest release on the releases page.
- Download the
main.js,styles.cssandmanifest.jsonfiles individually (the ZIP download doesn't include everything) - Create or empty the folder
vault/.obsidian/plugins/obsidian-pandoc - Copy the downloaded files into that folder
- Reload Obsidian
- Enable it in the community plugins settings menu
-
it (hopefully) works!
Troubleshooting
A common issue is that the settings page will display the red error message Pandoc is not installed or accessible on your PATH. This plugin's functionality will be limited.
If you encounter this issue:
- Open the plugin settings and scroll to the bottom
- There is a setting called
Pandoc path. Set this setting to:- Mac/Linux: the output of
which pandocin a terminal - Windows: the output of
Get-Command pandocin PowerShell
- Mac/Linux: the output of
After fixing it, relaunch Obsidian and it should () work!
Further troubleshooting tips can be found in the Troubleshooting page, and you are welcome to file a ticket.