asciidoctor / asciidoctor-vscode

AsciiDoc support for Visual Studio Code using Asciidoctor
Other
341 stars 97 forks source link

Asciidoc: Export Document as PDF --> prompts user every time #868

Open dreamcat4 opened 7 months ago

dreamcat4 commented 7 months ago

What is the purpose?

How the extension might better handle this

Optional: (for future considerations)

optional 1)

optional 2)

just all depends how you feel about it. many thanks 🖤

SjoerdV commented 6 months ago

My idea would be to have a setting that takes a full path, or a path/folder relative to the current workspace (without leading /).

The full pdf output path would concatenate that setting value with the relative path of the current adoc file (mkdir -p) effectively mimicking the original adoc file folder structure.

All without prompting anything to the user of course and automatic overwrite

I think this would work the same as one of the markdown extensions' pdf export