Asciidoctor Browser Extension Versions Save

:white_circle: An extension for web browsers that converts AsciiDoc files to HTML using Asciidoctor.js.

v2.3.0

4 years ago

Changelog

  • Upgrade to MathJax 3.0.0 (thanks @sindzicat)
  • Use server-side syntax highlighting (thanks @john-cj)
  • Upgrade addons-linter (Firefox) to 1.15.0
  • Upgrade Puppeteer to 1.20.0
  • Bump eslint-utils from 1.3.1 to 1.4.2

v2.2.1

4 years ago

Changelog

v2.2.0

4 years ago

Changelog

  • Fix inter-document cross references by using .adoc as outfilesuffix (thanks @jmini)
  • Disable the diagram extension by default (can be enabled in options page)
  • The Kroki server URL can now be configured in the options page (for instance, you can point to a local instance)

v2.1.0

4 years ago

Changelog

  • Set built-in attributes docfile, docname and docfilesuffix (thanks @utopalex & @ehmkah)
  • Use Kroki extension to render diagrams (support BlockDiag, SeqDiag, ActDiag, NwDiag, C4, Ditaa, Erd, GraphViz, Mermaid, Nomnoml, PlantUML, SvgBob and UMLet diagrams!)

v2.0.0

5 years ago

Changelog

  • Load additional languages for highlight.js (using :highlightjs-languages: attribute)
  • Upgrade to Asciidoctor.js 2.0.3
  • The default safe mode is now safe (was secure)

v1.5.9.100

5 years ago

Changelog

  • Add more languages to highlight.js (dockerfile, elm, golo, gradle, haskell, handlebars, kotlin, rust, swift, yaml, typescript)
  • Upgrade chartist to 0.11.0
  • Use the new Asciidoctor logo
  • Upgrade to Asciidoctor.js 1.5.9

v1.5.6.100

6 years ago

This release fixes an issue with the MathJax configuration and adds the missing images for golo, riak, maker and github themes.

Changelog

  • Add <meta name="viewport"> to the rendered HTML (thanks @mattpalermo)
  • Remove JQuery dependency
  • Use ECMAScript 6 features to improve the code readability and structure
  • Us the stylesheet query string to configure the stylesheet per document ?stylesheet=github
  • Upgrade to Asciidoctor.js 1.5.6
  • Allow to configure the polling to remote and local files
  • Don't show document title when noheader attribute is set (thanks @mojavelinux)
  • Use highlight.js as the default source-highlighter
  • Add PlantUML extension to render diagram
  • Load MathJax only when stem attribute is defined
  • Improve the performance on the first rendering
  • Improve the performance when enabling/disabling the extension
  • Redesign the options page using Bulma
  • Add the Mozilla addons linter in the build process

v1.5.5.112

6 years ago

This release fixes an issue with the MathJax configuration and adds the missing images for golo, riak, maker and github themes.

Changelog

  • Use the browser namespace #189
  • Use correct config for MathJax (thanks @mojavelinux) #192
  • Add missing images for golo, riak, maker and github themes (thanks @puffybsd) #195 #197

v1.5.5.111

6 years ago

This is a bug fix release to make the extension compatible with Firefox Mobile.

Changelog

  • Add condition for unsupported API on Firefox Mobile #188

v1.5.5.110

6 years ago

This release is the first version compatible with Chrome and Firefox! :tada:

NOTE: If you are using a recent version of Firefox 52+ we strongly recommend to use this extension instead of the Asciidoctor Firefox Addon. To install this extension on Firefox, just download and install the xpi file named asciidoctorjslivepreview-1.5.5.110.xpi.

Changelog

  • Upgrade Chartist to 0.8.3 #174
  • Upgrade MathJax to 2.7.2 #170
  • Remove fragment identifier from outfilesuffix (thanks @oncletom) #147
  • Fix timezone regexp to handle numeric and non-latin timezones (thanks @guziks, @stayfool, @tequlia2pop, @noah538 & @jfstn) #32