tbfisher/sublimetext-Pandoc

sublimetext-pandoc with pandock in docker container

Opened this issue · 1 comments

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

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