tbfisher/sublimetext-Pandoc

Settings per-project

Opened this issue · 5 comments

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...

plus bibtex file

slhck commented

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

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

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.