dfinke / vscode-pandoc

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

Specify default output format #37

Open crystalfp opened 5 years ago

crystalfp commented 5 years ago

This is a Feature request (to solve a small, but annoying behavior).

When you select Pandoc Render, it lists the output formats in this order: PDF, DOCX, HTML. Normally I need DOCX output. This means push F1, select the extension Pandoc Render, Move down in the list of formats, push Enter.

Is it possible to define a new VSC command “Pandoc Render in XXX format”, where XXX has been defined by an extension setting?

Thanks for considering! mario