asciidoctor-vscode
asciidoctor-vscode copied to clipboard
AsciiDoc support for Visual Studio Code using Asciidoctor
I was trying to help with [this discussion](https://asciidoctor.zulipchat.com/#narrow/stream/279642-users/topic/Referring.20to.20a.20table.20as.20Table.201.20iso.20the.20title.20of.20the.20table) and tested the behavior in my VSCode. This example was provided by Dan to show how to do it but in my...
Hello there, im the maintainer of a another extension based on asciidoc (https://github.com/flobilosaurus/vscode-asciidoc-slides). As soon as i active this extension in my vscode, im unable to import asciidoctor in my...
Hi, i am using Apple M1, vscode and this plugin. I am using the following highlighter, since all the other options are not available (The valid options for are `coderay`,...
vscode version: 1.89.1 asciidoctor extension version: 3.2.3 and also from master branch asciidoctor/asciidoctor-vscode@39a3e20 --- For example, there is a python source code inside **src/modules/something/examples/some_python_code.py** And I try `include::example$some_python_code.py[]` in adoc....
### Sample ``` = Document Title :imagesdir: new/path/to/images ``` ### Issue When inserting an image using Ctrl + Alt + v from clipboard, image will not be created, and the...
#### What is the purpose? * repeatedly save / generate / update pdf in a tighter iteration cycle * to add a way to just forcibly overwrite the same exact...
The title says it all. The project's README / CHANGELOG should use AsciiDoc instead of Markdown.
Refer to my comment made on the issue for details about the issue and resolution: https://github.com/asciidoctor/asciidoctor-vscode/issues/425#issuecomment-2071267886 Resolves: in a preview, when a document xref's another document and then that document...
The following breaks syntax highlighting: ``` = bug == Header 1 :x: foo .check version on Windows [source, subs="attributes"] ---- {x} ---- == Highlighting is still ok // syntax highlighting...
One of my primary motivations for using AsciiDoc is the great flexibility it allows with respect to tables. However, the VSCode preview has multiple issues when it comes to syncing...