marp-vscode
marp-vscode copied to clipboard
Added the "Quick Export" Command
Added the quick export command, which enables a faster export. (no filename selection and faster type selection via window.showQuickPick
)
I mainly did this, because I was annoyed to always go into the settings to change the export type from PDF to HTML and vice versa.
Maybe addresses #311
Obviously, it would also be possible to add quick export commands for every single type, which would make it one more step faster.