Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User settings for different platforms (Windows, OSX, Linux) #47

Open
f8ttyc8t opened this issue Nov 4, 2016 · 1 comment
Open

User settings for different platforms (Windows, OSX, Linux) #47

f8ttyc8t opened this issue Nov 4, 2016 · 1 comment

Comments

@f8ttyc8t
Copy link

f8ttyc8t commented Nov 4, 2016

Hi,
is there a way to define different pandoc-paths in user settings?
I'm using ST3 and am synching settings between different devices (Mac, Linux, Windows).
Therefore, pandoc will reside in different locations, based on OS used.

I'v tried to use syntax similar to ST3 build system:
{
"user": {
"windows": {
"pandoc-path": "C:/Users/dummy/AppData/Local/Pandoc/pandoc.exe",
},
"osx": {
"pandoc-path": "/usr/local/bin/pandoc",
},
}
}
but without success. Pandoc was not found (even paths are correct).

Any help would be appreciated - especially this plug is of great help!
Thanks!

@f8ttyc8t f8ttyc8t changed the title User settings for different platforms (Windows, OSX) User settings for different platforms (Windows, OSX, Linux) Nov 4, 2016
@dahanbn
Copy link

dahanbn commented Aug 14, 2017

The easiest solution I would assume to make sure the path to the pandoc binary is in your operating system environment variable PATH. By that way ST3 will find the pandoc binary without that you have to specify the settings in sublime text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants