Skip to content

Releases: MSzturc/obsidian-advanced-slides

1.11.5

15 May 09:07
Compare
Choose a tag to compare

🐛 Fixes

  • bugfix: added circuit breaker to prevent endless loops on circular template references

Full Changelog: 1.11.4...1.11.5

1.11.4

15 May 08:50
Compare
Choose a tag to compare

🚀 Features

  • feature: it's now possible to nest templates in templates

🐛 Fixes

  • bugfix: empty slide annotation detection was to agressive

Full Changelog: 1.11.3...1.11.4

1.11.3

14 May 20:53
Compare
Choose a tag to compare

🐛 Fixes

  • bugfix: merge multiple template files before processing

Full Changelog: 1.11.2...1.11.3

1.11.2

14 May 19:44
Compare
Choose a tag to compare

🚀 Features

  • feature: it's now possible to mix & nest templates with other note references

🐛 Fixes

  • bugfix: remove template property on slide annotation after template is processed

Full Changelog: 1.11.1...1.11.2

1.11.1

14 May 19:03
Compare
Choose a tag to compare

🚀 Features

  • feature: its now possible to resize images when using markdown style links

  • feature: added footnotePlaceholder variable to define where footnotes should be placed on slides

🐛 Fixes

  • bugfix: multiline comments not recognized properly (#81)

  • bugfix: wrong background for callouts on themes with white background (#79)

  • bugfix: npe on contains

  • bugfix: made attribute parsing more robust

  • bugfix: stretch doesnt work when used in template block

📚 Documentation

  • docs: enhanced documentation on image scaling

  • docs: update docs on footnotes

Full Changelog: 1.11.0...1.11.1

1.11.0

10 May 20:53
Compare
Choose a tag to compare

Highlights

Support for Obsidian Charts:

image

Embed Slides into Obsidian Note:

image

🚀 Features

  • feature: added support for Charts

  • feature: Embeding of Slides into Obsidian Notes

  • feature: added syntax suggestion for embedding slides

  • feature: By default auto completion is only active when slide preview is active. This behavior could be changed in Advanced Slides settings

🐛 Fixes

  • bugfix: mix in label types causes errors

  • bugfix: embedded slides may point to wrong file

  • bugfix: charts. rendered too big

📚 Documentation

  • docs: added Documentation on Charts

  • docs: added documentation on embedding Slides

Full Changelog: 1.10.1...1.11.0

1.10.1

09 May 11:53
Compare
Choose a tag to compare

🐛 Fixes

  • bugfix: suggester now autocompletes properties on first character inputs

  • bugfix: remove extra leading space in fragmented list

  • bugfix: autosuggest for wrong property

  • bugfix: elements not detected properly when annotating nested components

  • bugfix: fitText causes texts that are bigger than parent

📍 Other

  • build: simplified packaging

Full Changelog: 1.10.0...1.10.1

1.10.0

05 May 15:52
Compare
Choose a tag to compare

Highlights

auto.mov

🚀 Features

  • feature: added auto completion suggester for Advanced Slides components
  • feature: added support to webp Images

🐛 Fixes

  • bugfix: whitespace in images causes rendering issues
  • bugfix: template variables not recognized when there is a tailing whitespace after them
  • bugfix: rendering issues on block processor

📚 Documentation

  • docs: fixed documentation on pads

Full Changelog: 1.9.0...1.10.0

1.9.1

02 May 18:07
Compare
Choose a tag to compare

🚀 Features

  • feature: added support to webp Images

🐛 Fixes

  • bugfix: whitespace in images causes rendering issues
  • bugfix: template variables not recognized when there is a tailing whitespace after them
  • bugfix: rendering issues on block processor

📚 Documentation

  • docs: fixed documentation on pads

Full Changelog: 1.9.0...1.9.1

1.9.0

25 Apr 12:53
Compare
Choose a tag to compare

🚀 Features

  • feature: added template functionality. It's now possible to create a slide based on templates

  • feature: template processor is now able to process variables

  • feature: its now possible to reference background images with obsidian references

  • feature: added ability to declare optional template variables

  • feature: added consult theme (demo)

🐛 Fixes

  • bugfix: templates break when colon is part of content

  • bugfix: overwrite of font weight was not working properly

📚 Documentation

  • docs: updated documentation on slide backgrounds

  • docs: added info that plugins have to be enabled (#71)

  • docs: updated installation documentation

  • docs: added documentation for template language

  • docs: added documentation for consult theme

Full Changelog: 1.8.1...1.9.0