-
Notifications
You must be signed in to change notification settings - Fork 58
Installation
OliverBalfour edited this page Jun 28, 2021
·
7 revisions
This plugin is now installable in the community plugins list. You must install Pandoc first if you have not already.
- 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.css
andmanifest.json
files 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!
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 pandoc
in a terminal - Windows: the output of
Get-Command pandoc
in PowerShell
- Mac/Linux: the output of
After fixing it, relaunch Obsidian and it should (:crossed_fingers:) work!
Further troubleshooting tips can be found in the Troubleshooting page, and you are welcome to file a ticket.