asciidoctor-vscode
asciidoctor-vscode copied to clipboard
AsciiDoc support for Visual Studio Code using Asciidoctor
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@asciidoctor/core](https://togithub.com/asciidoctor/asciidoctor.js) | dependencies | major | [`2.2.6` -> `3.0.4`](https://renovatebot.com/diffs/npm/@asciidoctor%2fcore/2.2.6/3.0.4) | | [@fontsource/noto-serif](https://fontsource.org/fonts/noto-serif) ([source](https://togithub.com/fontsource/font-files))...
Preview rendering is almost 3times slower than the v2.9.8. Is there any way to increate rendering speed with v3.x.x ? * CTRL + SHIFT + P -> AsciiDoc: Open Preview...
I love to use asciidoctor-vscode from v2.x.x, but I faced a trouble in v3.x.x use. * What you're trying to do I tried to include plantuml file from asciidoc in...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | | | lockFileMaintenance | All locks refreshed | | [@highlightjs/cdn-assets](https://highlightjs.org/) ([source](https://togithub.com/highlightjs/highlight.js)) | devDependencies...
document.adoc: ``` ... [[idname]] A paragraph with an anchor ... ``` The referencing document: ``` link:document.adoc#idname[Link to remote document anchor] ``` Problem: The remote document is opened but its top...
Hello, - I am unable to preview images which are outside of the project folder. - However, **I am able to preview images which exist in the same folder, or...
When opening preview view the document width is fixed vs when publishing to html the document width is 100%. I have tried unchecking the `ASsciidoc > Preview: Use Editor Style`...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...
It currently is possible to add your own template files using `asciidoc.preview.templates`. But the path has to be abolute. Given that the extension already finds extensions under .asciidoctor/lib it would...
Trying to modify the VSCode Asciidoctor "Preview" through the use of a Nunjuck Template. There is a Setting in VScode called **Asciidoc > Preview:Templates** that says if this folder is...