tbfisher / sublimetext-Pandoc

A Sublime Text plugin that uses Pandoc to convert text from one markup format into another. Pandoc can convert documents in markdown, reStructuredText, textile, HTML, DocBook, LaTeX, MediaWiki markup, OPML, or Haddock markup to XHTML, HTML5, HTML slide shows using Slidy, reveal.js, Slideous, S5, or DZSlides, Microsoft Word docx, OpenOffice/LibreOffice ODT, OpenDocument XML, EPUB version 2 or 3, FictionBook2, DocBook, GNU TexInfo, Groff man pages, Haddock markup, OPML, LaTeX, ConTeXt, LaTeX Beamer slides, PDF via LaTeX, Markdown, reStructuredText, AsciiDoc, MediaWiki markup, Emacs Org-Mode, Textile, or custom writers can be written in lua.
MIT License
137 stars 26 forks source link

sublimetext-pandoc with pandock in docker container #35

Open feferd opened 8 years ago

feferd commented 8 years ago

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 commented 7 years ago

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