Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside Chrome!This project uses Asciidoctor.js to render AsciiDoc as HTML.
= Usage
1. Check Allow access to file URLs in chrome://extensions
2. Open local or remote .ad, .adoc, .asc, .asciidoc file in Chrome
3. Enjoy!
= Options
The extension can be configured via an options page.
To open the options page, right-click the extension icon and choose Options on the menu. You can also go to chrome://extensions and click the Options link.
The options page let you add custom attributes or change the theme of the AsciiDoc HTML output.
= Changelog
== 1.5.5.100
* Asciidoctor.js 1.5.5-4
* Highlight.js 9.9.0
* Font Awesome 4.7.0
* Options page now save changes automatically
== 1.5.4.111
* Fix custom attributes parsing on the options page (Thanks @wva154)
== 1.5.4.110
* Upgrade Font Awesome to 4.6.3
* Decode entities in document title (Thanks @ismail & @mojavelinux)
* MathJax is now working on remote files (Thanks @kindlychung)
* Add missing images from Riak theme (Thanks @ssebastianj)
== 1.5.4.100
* Asciidoctor 1.5.4
* Font Awesome 4.5.0
* MathJax 2.6.0
== 1.5.2.120
* Chart extension
* Emoji extension
* Allow attributes to be defined via URL parameters
* Add tip about enabling local file access to options page
== 1.5.2.111
* Support embedded videos
* Fix enable/disable on local files
* Font Awesome 4.3.0
* Asciidoctor 1.5.0 !
* New stylesheet with Open Source Fonts
* Better print styles
* Font Awesome 4.1
* MathJax support
* Allow custom Javascript and Stylesheet
== 0.4.0
* Upgrade to Asciidoctor 1.5.0-preview.8
* Activate includes!
* Render selection
* Match URLs that contain a query string
== 0.3.0
* Upgrade to Asciidoctor 1.5.0.preview.1
* Add integration with Font Awesome 3.2.1
== 0.2.5
* Add configuration option for specifying custom attributes
* Allow to change the theme of AsciiDoc HTML output
== 0.2.4
* Add highlight.js for syntax highlighting
* Add context menu to send the "browser content" to the Asciidoctor Editor
== 0.2.3
* Auto reload, you don’t need to refresh your browser anymore!
* Shiny icon in chrome://extensions/
* Support .asc file extension (thanks @mojavelinux)