Releases: MSzturc/obsidian-advanced-slides
1.5.0
🔆 Highlights
Chalkboard Plugin
🚀 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
🚀 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
🚀 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
🚀 Features
- feature: synchronize Cursor position to markup of current slide when slide changed
Full Changelog: 1.2.0...1.2.1
1.2.0
🚀 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
🚀 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
🚀 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
🚀 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
🐛 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
🚀 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