asciidoctor-vscode | AsciiDoc support for Visual Studio Code using Asciidoctor | Code Editor library

 by   asciidoctor TypeScript Version: v3.0.5 License: Non-SPDX

kandi X-RAY | asciidoctor-vscode Summary

kandi X-RAY | asciidoctor-vscode Summary

asciidoctor-vscode is a TypeScript library typically used in Editor, Code Editor, Spring Boot, Visual Studio Code, Eclipse applications. asciidoctor-vscode has no bugs, it has no vulnerabilities and it has low support. However asciidoctor-vscode has a Non-SPDX License. You can download it from GitHub.

An extension that provides live preview, syntax highlighting and snippets for the AsciiDoc format using Asciidoctor.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              asciidoctor-vscode has a low active ecosystem.
              It has 276 star(s) with 89 fork(s). There are 18 watchers for this library.
              There were 1 major release(s) in the last 12 months.
              There are 140 open issues and 354 have been closed. On average issues are closed in 122 days. There are 5 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of asciidoctor-vscode is v3.0.5

            kandi-Quality Quality

              asciidoctor-vscode has 0 bugs and 0 code smells.

            kandi-Security Security

              asciidoctor-vscode has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              asciidoctor-vscode code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              asciidoctor-vscode has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              asciidoctor-vscode releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 4567 lines of code, 2 functions and 75 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of asciidoctor-vscode
            Get all kandi verified functions for this library.

            asciidoctor-vscode Key Features

            No Key Features are available at this moment for asciidoctor-vscode.

            asciidoctor-vscode Examples and Code Snippets

            No Code Snippets are available at this moment for asciidoctor-vscode.

            Community Discussions

            QUESTION

            How to preview asciidoc in vscode with a file with a yaml extension
            Asked 2021-Dec-13 at 20:20

            I have a file which contains YAML at the top and asciidoc at the bottom. The yaml is surrounded by two lines of ---. The file extension is yaml which is required by the application where it's used.

            The only way i know to get a preview out of vscode is to manually rename the file every time i need one and rename it back afterwards.

            Is there a way to open the asciidoc preview in vscode while ignoring its extension, e.g. giving a hint, add a configuration or something similar? The docs only describe that

            The extension activates automatically when opening an AsciiDoc file (.adoc, .ad, .asc, .asciidoc).

            Here's a example file:

            ...

            ANSWER

            Answered 2021-Dec-13 at 20:20

            This is surprisingly simple: https://code.visualstudio.com/docs/languages/overview#_changing-the-language-for-the-selected-file

            In VS Code, we default the language support for a file based on its filename extension. However, at times you may want to change language modes, to do this click on the language indicator - which is located on the right hand of the Status Bar. This will bring up the Select Language Mode dropdown where you can select another language for the current file.

            Tip: You can get the same dropdown by running the Change Language Mode command (Ctrl+K M).

            Source https://stackoverflow.com/questions/70308213

            QUESTION

            How do I run the AAA command through the command interface?
            Asked 2021-May-31 at 03:05

            for example, I will take the command to export a document to htiml using the asciidoc extension.

            What command can be written in the terminal to run it through vscode?

            Or maybe you can make a task for the command, which I usually run through the command pallet (Ctrl+Shift+P)?

            p.s. I'm not interested in how you can simulate a command. I want to execute it with vscode tools.

            ...

            ANSWER

            Answered 2021-May-31 at 03:05

            This task (in tasks.json) will run that command:

            Source https://stackoverflow.com/questions/67720264

            QUESTION

            VSCode, Asciidoc, how to disable syntax hint?
            Asked 2021-Mar-25 at 17:41

            Using

            • VSCode v1.54.4
            • asciidoctor.asciidoctor-vscode extension v2.8.8
            • Ubuntu 20.04.2

            Whenever I type a colon : in the body text, there is an intellisense popup which comes up. As I rarely use attributes, I must dismiss that syntax hint by ESC. But from time to time, I accidentally insert the syntax hint and had to manually delete all the inserted characters.

            Is there anyway to disable this syntax hint and ONLY for Asciidoc documents (*.adoc)

            ...

            ANSWER

            Answered 2021-Mar-25 at 17:41

            This answer is for Markdown documents, but describes the suggestion options that are available.

            Based on your question, you might consider adjusting the "editor.acceptSuggestionOnEnter" item, so that accidental insertions of suggestions happens less frequently.

            Source https://stackoverflow.com/questions/66803636

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install asciidoctor-vscode

            Launch Visual Studio Code "Quick Open" (Ctrl+P), paste the following command, and press Enter:. Alternatively, you can use the built-in extension browser to find the AsciiDoc by asciidoctor extension and install it. This extension is also available as a pre-version (alpha) in [Visual Studio Code for the Web](https://code.visualstudio.com/docs/editor/vscode-web) and can be installed using the same procedure. |Feature|Desktop|Web| |--|--|--| |Document Outline and Symbols|✔️|✔️| |Equations (via Mathjax)|✔️|✔️ (requires security to be disabled)| |Export as PDF|✔️|⛔| |Kroki Integration for Diagrams|✔️|✔️| |Paste Image |✔️|⛔| |Save as HTML|✔️|⛔| |Save as Docbook|✔️|⛔| |Snippets|✔️|✔️| |Syntax Highlighting|✔️|✔️ (requires security to be disabled)| |Sync scrolling between the editor and the preview|✔️|✔️|.

            Support

            To contribute simply clone the repository and then commit your changes. When you do a pull request please clearly highlight what you changed in the pull comment. Do not update the extension version or changelog, it will be done by the maintainers when a new version is released. If you want to update the readme, you are free to fix typos, errors, and add or improve descriptions; but, if you have a style change in mind please use an issue (or specific pull request) so that it can be discussed.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/asciidoctor/asciidoctor-vscode.git

          • CLI

            gh repo clone asciidoctor/asciidoctor-vscode

          • sshUrl

            git@github.com:asciidoctor/asciidoctor-vscode.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link