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

Often I split the content of one file into different files or vice versa. Sometimes I copy content from one file to another. Most of the time the levels are...

✨ enhancement
💬 discussion

part of #380 ![demo asciidortorconfigAtRootWorkspaceFolder](https://user-images.githubusercontent.com/1105127/189379138-1ee49818-341e-4453-9687-7793a7705765.gif) TODO: - provide test - provide documentation - support other places (maybe can be done in another iteration/another PR) Might not have time to work...

By default both options are enabled: * "scroll editor with preview" * "scroll preview with editor" Lately, when entering text in the editor, the content jumps back and forth very...

🐞 bug
👀 investigating

`:env-vscode:` is implemented, but `:env:` is missing to make it consistent, consider to also implement :env: = vscode it should be possible to use `{env}` or to check this attribute

✨ enhancement
👋 help wanted
👶 good first

Take inspiration from https://code.visualstudio.com/updates/v1_70#_markdown-language-server

💬 discussion

On VS Code 1.70.1 using the AsciiDoc extention the preview windows crashes. It stays empty and after +-15 sec VS Codes seems to crash. The file to preview is not...

👀 investigating

https://code.visualstudio.com/updates/v1_70#_drop-into-editor-api We should implement this API to create a macro depending on the file type.

👋 help wanted

I would like to suggest to show only relevant suggestions on include/image/video. Preferably the file suggestions should appear before the attributes that may be relevant. @Mogztter suggested https://docs.asciidoctor.org/asciidoc/latest/attributes/document-attributes-ref/ then we...

✨ enhancement

In asciidoc.provider.ts [ const globalVariableDefinitions = documentText.match(/:\S+:.*/g)](https://github.com/asciidoctor/asciidoctor-vscode/blob/b65f1c171ce828e71f784cfdf8c5f2bc6e429f66/src/providers/asciidoc.provider.ts#L69) leads to duplicate entries in the suggestions when i define an attribute in the same file. ```adoc :srcdir: ../two include::{srcdir}/ ``` ![Bildschirmfoto vom...

🐞 bug

I would like to see files show up in front of other attributes on include/image/video autosuggestions. I would like to set up a PR using the sortOrder attribute. As @Mogztter...

✨ enhancement