Skip to content

Releases: EmilHvitfeldt/quarto-revealjs-codewindow

v1.5.0

Choose a tag to compare

@EmilHvitfeldt EmilHvitfeldt released this 04 Jul 22:27

Added

  • Multiple file tabs in a single codewindow via .editor divs (#4). Choose the starting tab with .active, and use .fragment to focus the next tab as the slide advances.
  • .py is now accepted as an alias for .python.

Fixed

  • Codewindows no longer silently drop everything after the first code block; all block-level content (multiple code blocks, text, etc.) is kept (#5).
  • README icon list now matches the classes the plugin actually supports (documents .python, adds .terminal and .nextflow).

Full Changelog: v1.4.0...v1.5.0

1.4.0 Release

Choose a tag to compare

@EmilHvitfeldt EmilHvitfeldt released this 10 Jan 00:10
  • terminal and Nextflow file icons were added in #9. Thanks to lpembleton.

1.3.0 Release

Choose a tag to compare

@EmilHvitfeldt EmilHvitfeldt released this 11 Dec 03:10

A bug was fixed where R and Python icon couldn't be used multiple times

1.2.0 Release

Choose a tag to compare

@EmilHvitfeldt EmilHvitfeldt released this 12 Sep 19:42

Now iframes can be included in a codewindow

1.1.0 release

Choose a tag to compare

@EmilHvitfeldt EmilHvitfeldt released this 06 Sep 19:58

This release added .julia icon support

1.0.0 Release

Choose a tag to compare

@EmilHvitfeldt EmilHvitfeldt released this 06 Sep 19:53

Initial release!