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

When using vscode web editor on github, asciidoc is not loading the given stylesheet: "IOError: No such file or directory:" keeps popping up while trying to preview the `.adoc` file...

🐞 bug
🌐 VS Code Web

unterminated if statements with shell syntax seem to break syntax highlighting in the VSCode text editor. It doesn't affect the preview though, just the text editor. It seems to affect...

🐞 bug
👋 help wanted
💄 area/syntax-highlighting

/* git issue - https://github.com/asciidoctor/asciidoctor-vscode/issues/609 If the last child cell was merged in the middle of three columns, then the middle cell of the three columns (but really last child...

using v3.0.3, preview locking (the preview is locked to the editing tab), make the editing window shift vertically and have unfortunately sometimes the position of the cursor above the top...

🐞 bug

If I have the following or similar, where the #ifndef is not terminated: ``` [source,c] ---- #ifndef HARDWARE_REGS_DEFINED #define HARDWARE_REGS_DEFINED ---- ``` Syntax highlighting in the rest of the file...

🐞 bug
💄 area/syntax-highlighting

ctrl + alt + v pasting image clipboard with default name. Is it possible to have a dialog box to provide filename? Similar feature is present in VS Code Paste...

✨ enhancement
👋 help wanted
💬 discussion
👶 good first

Similar to autocompletion for image and include files (#377), I would like to use autocompletion for internal and external references. Details: - Start typing

✨ enhancement
💬 discussion

I tried to include a file using the relative path (seen from the workspace dir). ```adoc include::MyCorp_-_Office_Automation_Notebook/Support/Procedures_-_50_shared_glossary.adoc[leveloffset=1] ``` Works fine in the VSCode preview. But delivers this message inside the...

🐞 bug

Please provide details about: * What you're trying to do I am trying to write an Asciidoc file for export to both pdf and html. I want to include both...

❔ question