ojacquemart / atom-asciidoc-preview

⚛ AsciiDoc preview for the Atom editor.

Home Page:https://atom.io/packages/asciidoc-preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsciiDoc Preview package

Atom Package Atom Package Downloads Build Status (Linux) Build Status (Windows) MIT License

Shows the rendered HTML of the AsciiDoc content in current editor using ctrl-shift-a or cmd-shift-a.

It can be activated from the editor using the ctrl-shift-a or cmd-shift-a key-binding and is currently enabled for .adoc, .asciidoc, .ad, .asc, .adoc.txt, .txt files.

Note: since 1.0.0, the autocompletions have been migrated to a new package: autocomplete-asciidoc

You can install this module from the command-line by typing apm install asciidoc-preview.

You can toggle the preview pane, which appears to the right of the editor, using the key combination ctrl-shift-a or cmd-shift-a.

More options are accessible by right-clicking on the preview.

AsciiDoc Preview demo

Thanks to @kevinsawicki! I just adapted markdown-preview and used Asciidoctor.js.

About

⚛ AsciiDoc preview for the Atom editor.

https://atom.io/packages/asciidoc-preview

License:MIT License


Languages

Language:CoffeeScript 81.1%Language:CSS 11.9%Language:HTML 7.1%