dfinke / vscode-pandoc

Visual Studio Code extension lets you render markdown to pdf, word doc or html with pandoc
125 stars 36 forks source link

Feature Request: Allow changing output file name #40

Open yakatz opened 4 years ago

yakatz commented 4 years ago

The name of the output is currently hardcoded to be the markdown file name and the extension for the output format.

https://github.com/dfinke/vscode-pandoc/blob/2e03a4f476986e194372dc9431999d6aa09b6b5c/src/extension.ts#L57

It would be nice to be able to add things like the current date (probably straightforward) or a version/build number (harder? since you would have to track it separately).