asciidoctor / asciidoctor-vscode

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

quick includes from local folders (resolves #904) #905

Closed alaindresse closed 1 month ago

alaindresse commented 2 months ago

This PR (resolves #904 ) allows for antora includes resource ID like include::module:family$filename[] to be resolved directly without relying on an antora configuration.

This is enabled only if the setting antora.enableAntoraSupport is false (to avoid conflicts with proper management of resource IDs) and if antora.enableLocalIncludes is true (which I set at true by default in this PR).

Changes are:

alaindresse commented 1 month ago

Rejected because this is essentially a workaround and should be replaced by a proper solution.