Skip to content

sanguine8082/asciidoctor-vscode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Installs Ratings

AsciiDoc Support

A vscode support extension that provides live preview and syntax highlighting for the AsciiDoc format.

An extension to preview AsciiDoc text using the AsciiDoctor publishing tool.

The extension can be activate in two ways

  • Toggle Preview - ctrl+shift+r
  • Open Preview to the Side - ctrl+k r

How to install

Open vscode. Press F1, search "ext install" followed by extension name, in this case: "ext install asciidoctor-vscode" without the ">". Or if you prefer ">ext install", hit enter, search "asciidoctor-vscode".

alt

Prerequisites

You need to install AsciiDoctor - A fast text processor & publishing toolchain for converting AsciiDoc to HTML5, DocBook & more.

How to build and install from source (Linux)

git clone https://github.com/joaompinto/asciidoctor-vscode
cd asciidoctor-vscode
npm install
sudo npm install -g vsce
vsce package
code --install-extension *.vsix

Credits:

This extension preview code was based on https://github.com/tht13/RST-vscode/

The AsciiDoc syntax rules are based on https://github.com/asciidoctor/sublimetext-asciidoc/

About

AsciiDoc support for Visual Studio Code using AsciiDoc(tor)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 82.5%
  • TypeScript 17.5%