obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian

MIT License

Stars
986
Committers
21

Bot releases are visible (Hide)

obsidian-advanced-slides - 1.15.0

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • bugfix: notes where not compatible to templates

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.14.7...1.15.0

obsidian-advanced-slides - 1.14.7

Published by github-actions[bot] over 2 years ago

📚 Documentation

  • docs: revealjs examples not rendered properly

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.14.6...1.14.7

obsidian-advanced-slides - 1.14.6

Published by github-actions[bot] over 2 years ago

📚 Documentation

  • docs: removed home button

  • docs: fixed preview not rendered properly

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.14.5...1.14.6

obsidian-advanced-slides - 1.14.5

Published by github-actions[bot] over 2 years ago

📚 Documentation

  • docs: added "Learn more" documentation with a bunch of samples and tutorials on using Advanced Slides

  • docs: remove examples node from documentation

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.14.4...1.14.5

obsidian-advanced-slides - 1.14.4

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • bugfix: links in presentation didnt work (#94)

  • bugfix: Images with ()s in filename do not appear (#100)

  • bugfix: http images not processed properly (#100)

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.14.3...1.14.4

obsidian-advanced-slides - 1.14.3

Published by github-actions[bot] over 2 years ago

🚀 Features

  • feature: made footnotes stylable by adding footnote class to every item of footnote list (#97)

🐛 Fixes

  • bugfix: fixed proper path encoding (#99) (#98) (#96)

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.14.2...1.14.3

obsidian-advanced-slides - 1.14.2

Published by github-actions[bot] over 2 years ago

obsidian-advanced-slides - 1.14.1

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • bugfix: endless loop on self referencing templates

  • bugfix: Slide preview doesn't render if the note name ends in ")" #96

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.14.0...1.14.1

obsidian-advanced-slides - 1.14.0

Published by github-actions[bot] over 2 years ago

🚀 Features

  • feature: Support default backgroud image (#93)

🐛 Fixes

  • bugfix: made yaml parser more robust on typos

📚 Documentation

  • docs: added documentation on default backgrounds for all slides

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.13.0...1.14.0

obsidian-advanced-slides - 1.13.0

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • bugfix: fixed footnotes rendering (#87)

  • bugfix: footnoteprocessor should only be called when a footnote is present

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.12.9...1.13.0

obsidian-advanced-slides - 1.12.9

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • bugfix: images referenced could not be found on export

  • bugfix: exception on rendering after export

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.12.8...1.12.9

obsidian-advanced-slides - 1.12.8

Published by github-actions[bot] over 2 years ago

obsidian-advanced-slides - 1.12.7

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • bugfix: element annotation on embeds not worked

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.12.6...1.12.7

obsidian-advanced-slides - 1.12.6

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • bugfix: removed debug output

  • bugfix: remove frontmatter in file parser

  • bugfix: including notes should remove frontmatter and footer

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.12.5...1.12.6

obsidian-advanced-slides - 1.12.5

Published by github-actions[bot] over 2 years ago

obsidian-advanced-slides - 1.12.3

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • bugfix: no border should not be applied on all table headers

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.12.2...1.12.3

obsidian-advanced-slides - 1.12.2

Published by github-actions[bot] over 2 years ago

🚀 Features

  • feature: added class for wider table layout & table layout without border

  • feature: consult: added compressedList class

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.12.1...1.12.2

obsidian-advanced-slides - 1.12.1

Published by github-actions[bot] over 2 years ago

🚀 Features

  • feature: added arrowList class to style unsorted lists with arrow indicator

📍 Other

  • build: minify production build (this leads to a 60% smaller build)

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.12.0...1.12.1

obsidian-advanced-slides - 1.12.0

Published by github-actions[bot] over 2 years ago

🚀 Features

  • feat: add short code icon processor
  • feature: removed unnecessary clutter when rendering slide in node preview
  • feature: it's now possible to nest templates in templates
  • feature: it's now possible to mix & nest templates with other note references
  • 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

  • fix: remove unnecessary escape character
  • bugfix: made list padding relative to font size
  • bugfix: moved emojiProcessor to processors directory
  • bugfix: added padding between list and sublist
  • bugfix: fixed image stretching in portrait mode
  • bugfix: fixed bulletpoint layout in consult theme
  • bugfix: made grid block composing recursive
  • bugfix: template property parsing may throw exeption
  • bugfix: parent grid of embedded grid rendered incorrect
  • bugfix: more defined way of template lookup
  • bugfix: nesting of grid components causes rendering issues
  • bugfix: added circuit breaker to prevent endless loops on circular template references
  • bugfix: empty slide annotation detection was to agressive
  • bugfix: merge multiple template files before processing
  • bugfix: remove template property on slide annotation after template is processed
  • bugfix: multiline comments not recognized properly (https://github.com/MSzturc/obsidian-advanced-slides/issues/81)
  • bugfix: wrong background for callouts on themes with white background (https://github.com/MSzturc/obsidian-advanced-slides/issues/79)
  • bugfix: npe on contains
  • bugfix: made attribute parsing more robust
  • bugfix: stretch doesnt work when used in template block

📚 Documentation

  • docs: Added a short documentation about Emoji shortcodes
  • docs: enhanced documentation on image scaling
  • docs: update docs on footnotes

📍 Other

  • build: added feat keyword to changelog processor

Full Changelog: https://github.com/MSzturc/obsidian-advanced-slides/compare/1.11.18...1.12.0

obsidian-advanced-slides - 1.11.18

Published by github-actions[bot] over 2 years ago