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

Settings per-project #48

Open anderflash opened 7 years ago

anderflash commented 7 years ago

A local settings file would turn this package into a more flexible one. We could have different settings for each "project". For example, the package could traverse the folders (from current to root folder) to find a pandoc-sublime.config file. So, most of the problems here could be solved in this way: setting input/output folder, output format, arguments for pandoc, etc...

robinrosenstock commented 7 years ago

Push

RackhamLeNoir commented 6 years ago

plus bibtex file

slhck commented 6 years ago

https://github.com/phyllisstein/Pandown/ does this, but it's not maintained anymore and (without modifying your settings) breaks with recent Pandoc.

robinrosenstock commented 6 years ago

I've created a new sublime plugin for pandoc, it's called spandoc, where I've incorporated many features of Pandown as well it's project file approach (in spandoc its spandoc.json). Spandoc is based of this plugin

MPvHarmelen commented 4 years ago

Trying to find a local settings file take long if you have lot's of files and subfolders. I would suggest to use the project settings instead, but those aren't read from yet.