This release is a pretty big one, since some major improvements and new features have been implemented.
- Refactor the code to use standard animations
pause/meanwhile,uncover/only,track,alternatives,item-by-item,one-by-onewithout having to encapsulate them in theslidefunction. This is made by developing theslide-parserfunction.
slydekit
-
Add
extra-infoargument to allow a user defined dictionary for extra information in custom themes (PR 4) -
Add
slide-levelargument. This parameter allows the user to choose the level of a slide. This is useful to structure a long presentation. All the functions have been reviewed to take this parameter into account as well as the built-in themes. -
Add
slide-alignargument to allow the user to set the content alignment. -
Add
activate-parserargument to allow the user to deactivate the slide parsing. -
toc- Refactor the function to gain flexibility.
- Add
fillto modify the color of the entries. - Add
display-appendixto manage the way the appendix outline is displayed.
-
progressive-outline- Change type of
active-color. It is now a dictionary with keysnumberandentry. - Add
display-subsectionto display the subsections (slide titles) in the outline. - Add
display-appendixto manage the way the appendix outline is displayed.
- Change type of
-
mini-slides- Improve
mini-slidesto exclude slide with attached are exlude from the mini-slides. - Add
alphaargument to define the transparency of the inactive slides symbols. - Fix some minor bugs related to sections and bullet visibility.
- Improve
-
Add
anim-labelto assign labels to different "reveal" states of a slide so that one can jump to a specific "intermediate" state of the slide.