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+k r
- Open Preview to the Side -
ctrl+shift+r
git clone https://github.com/stayfool/vscode-asciidoc.git
cd asciidoctor-vscode
npm install
sudo npm install -g vsce
vsce package
code --install-extension *.vsix
This extension preview code was based on joaompinto/asciidoctor-vscode, remove it's dependency asciidoctor of Ruby, repalce by asciidoctor.js.