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
trafficstars

Addresses a problem in the grammar: As it stands, the regex in rule #quote-paragraph will not match any block-attribute-list that contains, itself, an inline macro -- such as a URL...

I am using Visual Studio Code 1.80.1 : Version: 1.80.1 (user setup) Commit: 74f6148eb9ea00507ec113ec51c489d6ffb4b771 Date: 2023-07-12T17:22:07.651Z Electron: 22.3.14 ElectronBuildId: 21893604 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Windows_NT x64 10.0.22000...

✨ enhancement
📖 documentation

It removes the possibility to have Folding range for the first group of attributes or first group of single-line comments. This is due to a limitation of VS Code which...

it can be interesting to show the attribute value as [inlay hint](https://code.visualstudio.com/docs/typescript/typescript-editing#_inlay-hints)

✨ enhancement
💬 discussion

would be great to collapse properties/attributes to remove "metadata noise". Example from using asciidoctor reveal.js you have this block that you don't really need to see for normal editing: ```...

✨ enhancement
👋 help wanted
💬 discussion
👶 good first
📂 area/text-folding

Currently remote includes are not resolved (neither in the preview, neither in completion of attributes) https://docs.asciidoctor.org/asciidoc/latest/directives/include-uri/#reference-include-content-by-uri example: ``` include::https://gist.githubusercontent.com/apupier/528a635931932adbdf755303e0116314/raw/f55d188f903ede2a9f3a25c7deeb28046810fe5c/test-remote-attribute.adoc[] == test {remote-test} ``` preview gives: ![image](https://github.com/asciidoctor/asciidoctor-vscode/assets/1105127/e33c6051-c0f7-4aa6-a7f0-d7c24bb79ee0)

✨ enhancement
💬 discussion

it would be interesting to provide attribute value on [hover](https://code.visualstudio.com/api/references/vscode-api#languages.registerHoverProvider). Maybe interesting to provide from which files it is resolved? (but might be complicated, can de done in another iteration)

✨ enhancement
💬 discussion

I think we should upgrade MathJax to 3.x

✨ enhancement
💬 discussion

On both of my intel and M1 macbook pros, I've successfully have my wkhtmltopdf installed via homebrew at /usr/local/bin/wkhtmltopdf, and I can call that program from my terminal. I have...

🐞 bug

The below asciiDoc content does not render at all: It's as if the MathJax extension is not active and the settings do not reference it. ------------------------- :stem: latexmath [stem] ++++...