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

Scroll sync between code and preview does not work correctly when using `include::` directives. The preview is scrolled as if the included content were not present and the wrong paragraphs...

🐞 bug

Please provide details about: * What you're trying to do In big documents, it is often hard to see that a include link is broken. The preview shows ``` Unresolved...

✨ enhancement
πŸ’¬ discussion

This PR converts README / CHANGELOG to AsciiDoc. Note: - `git` is able to keep track of renames but only if there are only few changes involved while renaming. -...

problem: many users of asciidoctor would like to use antora as HTML site generation. however, the default image directory structure will be /docs/ROOT/module/images while the *.adoc are stored in /docs/ROOT/module/pages....

✨ enhancement
πŸ’¬ discussion

Hit the issue only once locally and once in a pipeline but still unexpected: * What you're trying to do: Executing `npm run test` on `master` * What happened: Test...

🐞 bug

- Replace the current user/workspace setting by "Show a prompt to enable Antora support when an antora.yml file is detected". yes/no - Add a command to toggle Antora support on...

✨ enhancement
πŸ’¬ discussion

Please provide details about: * Pass the vscode ${workspaceFolder} to ascidoctor-vscode via settings * The path contains a leading slash (its a windows system and the path should start with...

🐞 bug

I get the "We detect that you are working with Antora. Do you want to activate Antora support?" message with very high frequency. It is confusing to users of this...

✨ enhancement
πŸ’¬ discussion

## Problem I'm trying to write a verse with the delimited block syntax. However, this breaks syntax highlight for all content beneath the block. Problem shown below, reproduce by copying...

🐞 bug
πŸ‘‹ help wanted
πŸ‘Ά good first
πŸ’„ area/syntax-highlighting

The borders in the red circle are not displayed. - Preview in VSCode extension ![image](https://github.com/asciidoctor/asciidoctor/assets/4651390/9eb90dd1-874f-408e-9abb-320c16c49840) - Preview in Edge browser ![image](https://github.com/asciidoctor/asciidoctor/assets/4651390/c6146e5d-02b6-4e2f-a0e7-de2a58e6f4e7) AsciiDoc input: ``` .test |=== 16+|・testtest .5+|1 2.5+|1 2.3+|2...

🐞 bug