I'm using asciidoc in the vscode, it is a very powerfull productivity tool。Before this,I'm using markdown in the vscode, i think there are some feature vary userfull when use the preview function。Therefore it is hoped to increase asciidoctor-vscode preview.
What you're trying to do
add right click menu when preview asciidoc in the vscode, include features:
open in browser
export(html5, pdf, docbook...)
preview theme
How you think this extension could handle this
open in browser
save the preview asciidoc to html file with /tmp path
open the /tmp html file in default browser
export
map the current command(Export as PDF,Save as HTM,Save to Docbook) to the right click menu
I'm using asciidoc in the vscode, it is a very powerfull productivity tool。Before this,I'm using markdown in the vscode, i think there are some feature vary userfull when use the preview function。Therefore it is hoped to increase asciidoctor-vscode preview.
What you're trying to do add right click menu when preview asciidoc in the vscode, include features:
How you think this extension could handle this
Possible as shown in the following: