- feature: printing or exporting as pdf via url parameter
?print-pdf
(see: revealjs - pdf export) - bugfix for bug 'inlined html export did not inline some style and script resources'
- feature: enable possibility to include other asciidoc content (eg.
include::another.adoc[]
) - bugfix: scroll to slide under cursor was broken after another document was saved
- bugfix: each 'open slides in browser' command started a new server instance, even if called on the same document
- bugfix: path of attribute imagesdir was not handled correctly in preview
- complete redevelopment of extension inspired by vscode reveal
- add command 'show in browser'
- add command 'export to inlined html'
- remove security issues by updating dependencies
- reduce size of extension (use webpack)
- add kroki integration, which converts textual description of diagrams to images (see https://github.com/Mogztter/asciidoctor-kroki)
- update @asciidoctor/reveal.js from 3.1 to 4.0
- use revealjs 3.9.2
- 'non common' languages for highlightjs need to be loaded explicitly now via
:highlightjs-languages: asciidoc, clojure
- Add icon to slide preview panel
- Initial release