cakebake / markdown-themeable-pdf

ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
https://atom.io/packages/markdown-themeable-pdf
133 stars 37 forks source link

New option : a folder to store the generated files #23

Closed Gulix closed 8 years ago

Gulix commented 8 years ago

Sometimes, the pdf generated should be located in a specific folder, not in the same as the source files. Here's what I set for my own use. A configuration variable can be set to a folder at the root of the project. If empty, the package will work like before. If set, this folder is created (if not existing), and the generated files are saved there instead of the source directory.

cakebake commented 8 years ago

The idea is good. I look over it, when I have time (in December rather less) and consider the implementation. Thank´s :)

cakebake commented 8 years ago

I think it is better to ask the user for destination path. Maybe you have ideas to implement it. #44