This project uses Asciidoctor.js to render AsciiDoc as HTML inside Firefox!
Important
|
No longer actively maintained since Firefox now supports WebExtensions API 🎉
The code base for Chrome, Chromium, Opera and Firefox is now available at https://github.com/asciidoctor/asciidoctor-chrome-extension |
-
Install the extension from the Firefox Add-ons site or from the GitHub latest release page. When you download the
xpi
file, if Firefox downloads it instead of directly installing it, just drag and drop it on Firefox -
Open local or remote
.ad
,.adoc
,.asc
,.asciidoc
file in Firefox -
Click on the Asciidoctor Live Preview button in the toolbar (button with an
A
icon) to activate or deactivate the rendering.
To manually build the extension bundle (.xpi
) from the source you need to install jpm.
$ npm install jpm -g
Then execute the command jpm xpi
from the add-on’s directory:
$ jpm xpi
This command will produce an .xpi
file. You can simply drag and drop it on Firefox to install the Add-on.
Copyright © 2013 Guillaume Grossetie. Free use of this software is granted under the terms of the MIT License.
See the LICENSE file for details.