asciidoctor-vscode icon indicating copy to clipboard operation
asciidoctor-vscode copied to clipboard

AsciiDoc support for Visual Studio Code using Asciidoctor

Results 215 asciidoctor-vscode issues
Sort by recently updated
recently updated
newest added
trafficstars

I was testing VSCode Web with asciidoc and using Github Repositories. When trying to include local file it says: include file not readable ![Image](https://github.com/user-attachments/assets/5d58a72d-d9e7-4a37-86ed-6868475ddaa3) index.adoc content: include::snippet.adoc snippet.adoc content: :somedefinition:...

🐞 bug

Write the following in an .adoc file, and run the VS Code command "AsciiDoc: Open Preview to the Side". ``` foo `bar baz` qux foo `+bar baz+` qux ``` Only...

🐞 bug

Create `include.adoc`: ``` == H2 - include === H3 - include ``` Create `test.adoc`: ``` = Test == H2 - test include::include.adoc[] ``` Problem: "No symbols found in document 'test.adoc'`...

🐞 bug

I have a document with nested includes, with several included D2 and PlantUML files. All the includes use relative paths. Here's an example of the folders and includes (names changed):...

🐞 bug

OK: ![Image](https://github.com/user-attachments/assets/61ef8dc6-4d27-436d-bd27-a5b0ae413b34) After removing semicolon on line 4: ![Image](https://github.com/user-attachments/assets/85c368b7-60bf-4fe5-be66-71b0ad7f5d91)

🐞 bug

Assuming you don't have the AsciiDoctor extension installed, Visual Studio Code's "auto detect" feature mistakes AsciiDoc for Markdown, even if it has the file extension `.adoc`. This is a bug...

✨ enhancement
💬 discussion

## Description When trying to configure Asciidoctor attributes at the folder level using `.vscode/settings.json`, the configuration is ignored. However, the same configuration works when set in VSCode's User Settings. ##...

✨ enhancement
💬 discussion

Asciidoc, like markdown, is used by people writing blog posts. It would be great if it were able to ignore rendering the front matter of a file from being included...

Original discussion: https://asciidoctor.zulipchat.com/#narrow/channel/279642-users/topic/Base.20directory.20and.20IDE/near/421004097 > base_dir is basically a design bug in Asciidoctor (or perhaps we can say for niche situations). It should never be used unless you absolutely know why...

✨ enhancement