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

Everytime a Command Prompt by Pandoc pops up on Windows #56

Closed robinrosenstock closed 7 years ago

robinrosenstock commented 7 years ago

Everytime when sublimetext-pandoc is executed the command prompt from pandoc pops up and stays open as long as the pandoc is parsing on Windows, which is very annoying and Sublime loses focus from the text. One possible solution would be to set shell=True in the subprocess.Popen invocation.

robinrosenstock commented 7 years ago

I have wrote (months ago..) a pull requests for that: Async Version #57. So this issue can be closed.