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

sublimetext-pandoc with pandock in docker container #35

Open
feferd opened this issue Mar 7, 2016 · 1 comment
Open

sublimetext-pandoc with pandock in docker container #35

feferd opened this issue Mar 7, 2016 · 1 comment
Labels

Comments

@feferd
Copy link

feferd commented Mar 7, 2016

hi,
i have installed pandoc in docker container.
on system i have alias
alias pandoc='docker run -ti --rm -v ${PWD}:/source --rm feferd/pandoc'
i can run pandoc from cli but from sublimetext with sublimetext-pandoc is not working

i also made bash script pandoc in ~/bin/ folder which executes
docker run -ti --rm -v ${PWD}:/source --rm feferd/pandoc
still not working

any sugestions how can i run with sublimetext-pandoc

thx
dusan

@tbfisher
Copy link
Owner

sounds like your alias and script are not available to sublime text. Try specifying the full path to your script in the plugin settings.

@tbfisher tbfisher added the bug label Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants