asciidoctor-vscode
asciidoctor-vscode copied to clipboard
AsciiDoc support for Visual Studio Code using Asciidoctor
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...
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...
consider this code ``` [source,cpp] ---- #include // int main() { // std::cout
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...
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...
How to create keyboard shortcuts for specific customized snippets? Is this supported? I don't mean setting keybinding for **Snippets: Insert Snippet**.
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`...
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...
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...