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

Just saw a very interesting security video on Visual Studio Code extension vulnerabilities by John Hammond: https://www.youtube.com/watch?v=1zGwA1qMGvM This video had an accompanying report (csv) published here: https://docs.google.com/spreadsheets/d/12GIzrSzzU-_Ok4pPigUJYSxKO2ZYSmDwr1OJy6T2X40 This 'asciidoctor-vscode' repo...

🐞 bug

VS Code version | OS | Extension version ------------------ | ---- | ---- 1.83.0 | Win 10 x64 pro 22H2 | v3.1.5 I use this extension to help me to...

✨ enhancement
👋 help wanted
💬 discussion
👶 good first

consider this code ``` [source,cpp] ---- #include // int main() { // std::cout

🐞 bug
💄 area/syntax-highlighting

It would be nice to add code folding for tables. This way if you have something like: ```asciidoc // Without a header row [cols="1,1"] |=== |Cell in column 1, row...

✨ enhancement
💬 discussion

It would be nice to add code folding for source blocks. This way if you have something like: ~~~asciidoc [source, ruby] ---- # Output "I love Ruby" say = "I...

✨ enhancement
💬 discussion

How to create keyboard shortcuts for specific customized snippets? Is this supported? I don't mean setting keybinding for **Snippets: Insert Snippet**.

✨ enhancement
💬 discussion

from what i understood, placing the allow-uri-read in attributes should have done the thing but it is not working... to investigate resolves #731

It would be really cool if this plugin supported IntelliSense for Anchors / Attributes defined in any .adoc file found in the opened project. For example if I have `first.adoc`...

✨ enhancement
💬 discussion

There is an unaddressed problem in the TextMate grammar that was brought over from Atom in Feb. 2020 (see [file history for the grammar-file, Asciidoctor.json)](https://github.com/asciidoctor/asciidoctor-vscode/commits/master/syntaxes/Asciidoctor.json)). As it stands, the regex...

🐞 bug

Hello Thank you for finishing up the main work from #682 . Personally I use a folder for all the documentation of a project. But in version 2.9, I was...

✨ enhancement
💬 discussion