asciidoctor-vscode
asciidoctor-vscode copied to clipboard
AsciiDoc support for Visual Studio Code using Asciidoctor
I need to use a "refresh interval" of 0, because the default kills my laptop battery. In v. 3.1.3 of the extension, when I save changes, the preview jumps to...
When editing an `.adoc` file, the settings mentioned in the title are ignored by the editor. Is this intended behaviour? If so, why is it desirable? `Ascidoc > Preview: Use...
I'm using asciidoc in the vscode, it is a very powerfull productivity toolใBefore this๏ผI'm using markdown in the vscode, i think there are some feature vary userfull when use the...
I'd like to ask for further tweaks when in *antora* mode: In 3.1.10, images are still detected and previewed from the `pages` directory, although antora wouldn't accept this later on....
The image preview does not work here when `version: true` is configured in `antora.yml`. It works though when `version: ~` is used. _Originally posted by @m1027 in https://github.com/asciidoctor/asciidoctor-vscode/issues/434#issuecomment-1827580057_
When I am trying to link a custom stylesheet, in the path `"asciidoc.preview.style": "C:/Projects/DocWork/antora.css",` I get the error `Could not load 'asciidoc.styles': C:/Projects/DocWork/antora.css` I have checked in the network view...
The Kroki diagrams is not embedded in the HTML output and only a link to the image is generated which always requires the server. I use this combination: ``` :data-uri:...
We currently rely on a TextMate grammar but it cannot properly parse AsciiDoc. I think we should migrate to semantic highlighting: [code.visualstudio.com/api/language-extensions/semantic-highlight-guide](https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide) or LSP: [code.visualstudio.com/api/language-extensions/language-server-extension-guide](https://code.visualstudio.com/api/language-extensions/language-server-extension-guide) If someone wants to give...
If I'm reading the [documentation](https://docs.asciidoctor.org/asciidoc/latest/text/quotation-marks-and-apostrophes/#apostrophe-syntax) correctly, apotrophe (`'`) characters between two word characters are detected and rendered as a single curved apostrophe. This seems to be correct in my rendering,...