Skip to content

Releases: MSzturc/obsidian-advanced-slides

1.5.0

03 Jan 13:01
Compare
Choose a tag to compare

🔆 Highlights

Chalkboard Plugin

Chalkboard

🚀 Features

  • feature: added Chalkboard to slides

  • feature: added menu plugin

  • feature: added default theme property to settings (#25)

  • feature: added transition style setting (#25)

  • feature: added highlight theme configuration to settings

  • feature: added configutation of controls plugin to settings

  • feature: added progress bar configuration to settings

  • feature: added configuration of transiton speed to settings

🐛 Fixes

  • bugfix: controls color should not be overwritten by autofont color

📚 Documentation

  • docs: added documentation for overview plugin

  • docs: added documentation for chalkboard plugin

  • docs: added documentation for menu plugin

Full Changelog: 1.4.0...1.5.0

1.4.0

02 Jan 18:08
Compare
Choose a tag to compare

🚀 Features

  • feature: added icons (based on font awesome 5)

  • feature: added autoClosing html tags

🐛 Fixes

  • bugfix: slides where not rendered properly when the were in a subfolder of vault (#33)

  • fix: icon comments where ignored

  • bugfix: codeblocked image where not rendered properly

📚 Documentation

  • docs: added documentation on Icons

📍 Other

  • build: detect scss & template changes in watch mode

Full Changelog: 1.3.0...1.4.0

1.3.0

02 Jan 01:29
Compare
Choose a tag to compare

🚀 Features

  • feature: added the ability to export presentations as html (#32)
  • feature: synchronize Cursor position to markup of current slide when slide changed

🐛 Fixes

  • bugfix: view synchronisation doesnt work for custom separators

  • bugfix: exception when only vertical separators are used

  • bugfix: synchronize view should also work for vertical slides

  • bugfix: exported presentation not rendered properly

  • bugfix: images not rendered properly in exported slides

  • bugfix: do not link files that are in the export directory

  • bugfix: background images not exported properly

📍 Other

  • refactor: introduced yamlParser as central class for frontmatter parsing

Full Changelog: 1.2.1...1.3.0

1.2.1

31 Dec 21:36
Compare
Choose a tag to compare

🚀 Features

  • feature: synchronize Cursor position to markup of current slide when slide changed

Full Changelog: 1.2.0...1.2.1

1.2.0

30 Dec 23:45
Compare
Choose a tag to compare

🚀 Features

  • feature: added print presentation functionality

🐛 Fixes

  • bugfix: print layout broken when using grid component (#31)

Full Changelog: 1.1.3...1.2.0

1.1.3

29 Dec 23:29
Compare
Choose a tag to compare

🚀 Features

  • feature: improved alignment, its now possible to align in 8 directions

🐛 Fixes

  • bugfix: forgot justify

📚 Documentation

  • docs: updated documentation on alignment

Full Changelog: 1.1.1...1.1.3

1.1.1

28 Dec 14:22
Compare
Choose a tag to compare

🚀 Features

  • feature: added option to justify content inside a grid

🐛 Fixes

  • bugfix: LaTex in table headers not rendered properly

  • bugfix: its not longer need to prefix annotations with . and suffix with :

  • bugfix: not all reveal properties are exposed to yaml frontmatter

  • bugfix: grid layout not longer static

  • bugfix: reload causes first slide to be rendered

  • bugfix: setting bg on slide causes wrong behaviour

  • bugfix: only one slide annotation is allowed

📚 Documentation

  • docs: added documentation about grid alignment

Full Changelog: 1.1.0...1.1.1

1.1.0

27 Dec 14:13
Compare
Choose a tag to compare

🚀 Features

  • feature: set font color based on background color for grid component (#27)

  • feature: added bg attribute to annotations

  • feature: added all grid attributes to annotations

  • feature: added drag / drop for annotations

🐛 Fixes

  • bugfix: webserver should only listen to localhost (#29)

  • bugfix: images comments not parsed properly

📚 Documentation

  • docs: updated documentation on attributes

📍 Other

  • build: build reveal themes as part of Advanced Slides build process

Full Changelog: 1.0.1...1.1.0

1.0.1

24 Dec 15:07
Compare
Choose a tag to compare

🐛 Fixes

  • bugfix: row flow is not aligned properly

  • bugfix: element in grid row should be spreaded evenly

  • bugfix: invalid layouting when first line in grid is not empty

  • bugfix: autosize images based on container size

  • bugfix: child size should not grow when border is set

📚 Documentation

  • docs: fixed documentation about Row flow (#28)

  • docs: added a better example for grid fragments

Full Changelog: 1.0.0...1.0.1

1.0.0

24 Dec 00:52
Compare
Choose a tag to compare

🚀 Features

  • feature: added grid component

  • feature: added position by name for grid component

  • feature: added flow direction for grid components

  • feature: added ability to set background color in grid component

  • feature: add padding to grid component

  • feature: added opacity to grid component

  • feature: added border property to grid component

  • feature: added filter property to grid component

  • feature: added rotate to grid component

  • feature: added animation to grid component

  • feature: added fragments support for grid component

🐛 Fixes

  • bugfix: Images are displayed even if there is no empty line behind the image

  • bugfix: p around image should not have a line height

📚 Documentation

  • docs: added documentation for grid component

  • docs: added documentation for background of grid component

  • docs: added documentation for padding of grid component

  • docs: added documentation for border attribute of grid component

  • docs: added documentation for animation of grid component

  • docs: added documentation for opacity of grid component

  • docs: added documentation for rotation of grid component

  • docs: added documentation on filters of grid component

  • docs: added documentation for fragments of grid component

Full Changelog: 0.19.0...1.0.0