Skip to content

Releases: cdreier/slide-serve

v0.4.1: updated dependencies

25 Sep 21:05
Compare
Choose a tag to compare
* moved from dep to go mod
* updated all dependencies - chroma can no highlight jsx!

print it!

25 Jan 21:10
Compare
Choose a tag to compare

added 2 new flags!

-pdf
change the default print styles (print a summary) to full slide prints for example for pdf exports

-ratio
default ratio is 16x9 - with this flag you can change the slide ratio to 4x3 or 16x10

small improvementbugfix

16 Jan 21:46
Compare
Choose a tag to compare
  • starting with all slides hidden to prevent blinking on start
  • fixed "jump to last slide"- bug after auto-reload
  • added "useful snippets" to readme

introducing @js

09 Jan 22:04
Compare
Choose a tag to compare

adding the @js annotation - add javascript to your slide which runs on slide enter

@js/jsdemo.js

find more details in the syntax additions section

syntax highlightning

04 Jan 19:52
Compare
Choose a tag to compare
  • added syntax highlightning with chroma
  • added @code annotation to tell highlighter what code to highlight
  • added new flag (-syntaxhl) to configure syntax theme

css reloading fix

02 Jan 22:23
Compare
Choose a tag to compare

this is just a small bugfix release, fixing:

  • resetting css when auto-reload the browser (no more multiplicated styles)
  • reloading browser for style changes

embedded example

23 Dec 22:05
Compare
Choose a tag to compare

you can now run slide-serve without any flags to see the example presentation

i think this should work...

22 Dec 20:29
Compare
Choose a tag to compare

please find everything important in the readme!

first try

14 Dec 21:08
Compare
Choose a tag to compare

this is a first version for a dev server for https://github.com/trikita/slide-html