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

## Description When I include links in a plantuml, they render correctly in the preview panel as underlined blue text. However they are not clickable. I use the SVG format...

🙃 upstream
👁️ area/html-preview

Hi there, This issue is exactly the same as #79, but now for M1 macs. The error message is: ``` Error downloading https://github.com/joaompinto/wkhtmltopdf/releases/download/v0.0.1/wkhtmltopdf-darwin-arm64.gz Error: http error404 ``` Specifically, we need...

🙃 upstream

this is WIP I am not sure where to create the contentCatalog (I guess when the Antora support is activated?)

## Description When a document gets up to >2000 lines, typing causes high instantaneous CPU usage and long lags in preview window ## System Information ``` Version: 1.67.2 Commit: c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5...

❔ question

## Description Previously in version 2.9.8, I was able to "override" syntax highlighting within source blocks by using [text spans and built-in roles](https://docs.asciidoctor.org/asciidoc/latest/text/text-span-built-in-roles/). For example, when I wrote this in...

❔ question

## Description This table: ```adoc [cols="1,1,1,1,1"] [caption="Table {counter:table-number}: This is a Table", reftext="{table-caption} {table-number}", title="", id="some_table"] |=== |*Column1*|*Column2*|*Column3*|*Column4*|*Column5* .2+| Rows 1:2, Col 1 | Row 1, Col 2 | Row...

✨ enhancement
👋 help wanted
👶 good first

This is an example issue. Use just the headings and fill out all necessary information. Screenshots & Files and Additional Context are optional. ## Description My custom stylesheet does not...

📖 documentation

- Upgrade target from es6 to es2020 (to reduce bundle size) - Upgrade minimum VS code version to 1.60.0 #### TODO - [ ] make sure that localization is still...

Resolves #433. Still working on this and need to think about acceptance criteria, testing on Mac/Windows, options which need to be added for asciidoctor-web-pdf etc.

When I'm looking at the rendered preview of an AsciiDoc file, I'd love to be able to see what sections of the file are includes, and the files that are...

✨ enhancement
💬 discussion
🙃 upstream