asciidoctor / asciidoctor-vscode

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

Preview rendering of barcode diagrams is not working #792

Closed SjoerdV closed 10 months ago

SjoerdV commented 10 months ago

Please provide details about:

example: https://docs.asciidoctor.org/diagram-extension/latest/diagram_types/barcode/

Barcodes can be written codabar:A31117013206375A[png, height=10] inline or as blocks.

[qrcode, format="png", xdim=4]
....
Hello World!
....

We'll also need your system information (get it under "Help" -> "About" in VS Code). Share the installed extension version Product: VS Codium Version: 1.82.2 Release: 23257 OS: Linux x64 AsciiDoc: v3.1.5

ggrossetie commented 10 months ago

Asciidoctor Diagram is not available in a JavaScript environment and Asciidoctor Kroki does not support barcode. In other words, this is an upstream "issue" (more specifically a feature request) and not something we can fix in the VS Code Extension.