asciidoctor-vscode
asciidoctor-vscode copied to clipboard
AsciiDoc support for Visual Studio Code using Asciidoctor
`ripgrep` can potentially improve performance compared to `workspace.findFiles`. However, it has been shown that `ripgrep` does not behave the same way as `findFiles` and causes a number of incompatibilities and...
fixes issue #922 This pull request introduces several changes to enhance the `asciidoc` extension by adding new settings for file search functionality . The most important changes include adding the...
Currently, Mermaid 10.9.0 is bundled. Mermaid 11.3.0 is available with support for [additional node shapes](https://mermaid.js.org/syntax/flowchart.html#expanded-node-shapes-in-mermaid-flowcharts-v11-3-0). Note: There's a PR https://github.com/asciidoctor/asciidoctor-vscode/pull/888 (Renovate) addressing an update from 10.9.0 to 11.0.0
My working folder contains thousands of subfolders. In one of the subfolders, I edit an asciidoc file. Each time I perform any edit, the 32 cores of my computer (on...
I have set up Antora attributes (ifdef, ifndef) which reads the styles from a folder defined in the repository in order to create documentation in VSC with Ascii. When I...