Skip to content

1.17.6

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 18:24
· 96 commits to main since this release

🚀 Features

  • feature: grid component now uses percentage positions
  • feature: it's now possible to align every element that could be annotated with element annotation
  • feature: get rid of paragraph wrapping of images, its now possible to address images by element annotation.
  • feature: added Elapsed Time Bar plugin

🐛 Fixes

  • bugfix: svg images not displayed properly
  • bugfix: remove reset margin on parent blocks
  • bugfix: align property should not be deleted in grid transformer
  • bugfix: Excalidraw not rendered
  • bugfix: element annotation wont work with embedded graphics through obsidian references
  • bugfix: images should not be scaled down (was a workaround from reveal caused by absolute rendering)
  • bugfix: more accurate search for tfiles
  • bugfix: remove unnecessary empty line when using templates
  • bugfix: issue on rendering when markdown ends with a separator
  • bugfix: notes not shown when using nested templates
  • bugfix: showGrid not working properly
  • bugfix: empty slides should not be wrapped
  • bugfix: format bold should not remove whitespace after string
  • bugfix: fix formatting of single line code blocks
  • bugfix: fixed embedding multiple images per line (#124)
  • bugfix: restore preview window when obsidian is started (#120)
  • bugfix: markdown formatting should not aplied on code blocks
  • bugfix: multiple wiki links on the same line wont resolved properly (#124)
  • bugfix: nested block does not work well with templates (#123)
  • bugfix: empty spaces around blockname causes rendering issue when using templates (#123)
  • bugfix: remove blockReferenced in slides (#125)
  • bugfix: fixed embedding block references with reference string on new line (#125)
  • bugfix: fixed weird behavior with global background and empty slide at the end of the markdown (#118)
  • bugfix: internal links not processed properly (#107)
  • bugfix: embedding of files doesnt work when heading is on line zero
  • bugfix: fixed embedding files by block (#104)

📚 Documentation

  • docs: added documentation on embedding videos
  • docs: added more "advanced slides in action" samples

📍 Other

  • refactor: simplified grid reading function

Full Changelog: 1.15.0...1.17.6