I run both my pandoc and MMD under homebrew, which creates symbolic links in the /usr/local/bin/ directory. When I try to use panconvert, however, I get the message: "Pandoc could not be found on your System. Is it installed?If so, please check the Pandoc Path in your Preferences."
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I presume you use MacOS? How did you create the symbolic links? In the terminal with ln -s?
You can als put the original path in the preferences. Like /homebrew/pandoc.
I have not installed homebrew, so i do not know the excact absolute path.
Try "which pandoc" in the terminal and copy that path.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I run both my pandoc and MMD under homebrew, which creates symbolic links in the /usr/local/bin/ directory. When I try to use panconvert, however, I get the message: "Pandoc could not be found on your System. Is it installed?If so, please check the Pandoc Path in your Preferences."
I presume you use MacOS? How did you create the symbolic links? In the terminal with ln -s?
You can als put the original path in the preferences. Like /homebrew/pandoc.
I have not installed homebrew, so i do not know the excact absolute path.
Try "which pandoc" in the terminal and copy that path.