Skip to content

Releases: mklilley/slidee

V0.6.2

V0.6.2 Pre-release
Pre-release

Choose a tag to compare

@mklilley mklilley released this 09 Nov 14:58

Finish testing auto-publish

v0.6.1

v0.6.1 Pre-release
Pre-release

Choose a tag to compare

@mklilley mklilley released this 09 Nov 14:57
6ad810e

Testing auto publish

v0.6.0

v0.6.0 Pre-release
Pre-release

Choose a tag to compare

@mklilley mklilley released this 09 Nov 14:28
c896051

This release allows you to use local images in slidee slide decks.

For example:

  • <img src="img/test.jpg"> will load a local image from the img folder that's located inside the same folder as the markdown file
  • <img src="../img/test.jpg"> will load a local image from the img folder that's located one folder up from the markdown file

v0.5.0

v0.5.0 Pre-release
Pre-release

Choose a tag to compare

@mklilley mklilley released this 25 Oct 11:29
471e6fa

Add reveal.js math functionality to Slidee as documented on https://revealjs.com/math/

v0.4.1

v0.4.1 Pre-release
Pre-release

Choose a tag to compare

@mklilley mklilley released this 25 Oct 11:20

Fixes npx slidee command after bug introduced after windows compatibly was released.

v0.4.0

v0.4.0 Pre-release
Pre-release

Choose a tag to compare

@mklilley mklilley released this 28 Sep 10:48
  • Makes Slidee Windows compatible 🙌
  • Fixes several bugs relating to the use of the horizontal and vertical slide separators (--- and |||)

v0.3.1

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@mklilley mklilley released this 22 Sep 18:22

Updates examples to match new notes style from v0.3.0

v0.3.0

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@mklilley mklilley released this 22 Sep 18:17

Changed notes syntax from - Notes: to ### Notes:. This is a backwards compatible change - the old notes syntax can still be used but is not recommended in the README

v0.2.1

v0.2.1 Pre-release
Pre-release

Choose a tag to compare

@mklilley mklilley released this 19 Sep 08:42

First release