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

Default vs Custom Template #84

Open cagrimes opened 5 months ago

cagrimes commented 5 months ago

I use this package to produce a quick and dirty conversion from markdown to pdf (mostly) to give me a rough idea of what the output will look like. Once I'm happy with what I'm seeing, I think move to terminal to invoke the pandoc command to convert to pdf using the specific template to view.

I would like to be able to specify the template so that I can use the sublime pandoc package to view the pdf properly formatted.