Skip to content

1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 07:23

Finally 1.8.0 Stable! 🥳🎉

Please report any issues you find! Currently 1.8.0 is broken on the new obsidian version v1.5.8! :( I will update this post with any new issues found.

Features

  • Full text search with surfacing of headers!
  • Resizable sidebars!
  • File and folder icons (Iconize plugin and MAKE.md support)
  • Custom file titles (for example to display index.html as "Home")
  • Custom embeded head html content
  • Choose a custom favicon
  • Lists are now foldable
  • Select the collapse behavior of the outline
  • Files can now be made offline compatible
  • Added RSS support / generation
  • Social link preview support

Changes

  • Sidebar redesign! Much cleaner, and gives more space for content.
  • More theme support
  • You can now "select all" in the file picker
  • The file picker now always exports all files in a folder if that whole fodler is selected, even if new files are added to that folder.
  • Highly improved incremental export. Export after any change and know that all effected data will be updated.
  • New settings organization (and some new helpful settings)
  • Allow using ~/Folder notation is file paths (even on windows)
  • Lots of tiny quality of life improvments that would take pages to list.
  • Added a new markdown rendering API, with the eventual goal of allowing the plugin to be used by other plugins
  • 90+ score in all lighthouse categories
    image

Bug fixes

  • Fixed self contained exports being extremely slow and large
  • Fixed weird positioning of heading collapse icons
  • Fixed 92 github issues!! If you'd like to see a full list look at the recently closed issues.

Big thanks to all the people who helped contribute to this release. Especially @7Mik who helped implement the search bar and the resizable sidebars.