Skip to content

Release 3.2

Choose a tag to compare

@mirnovov mirnovov released this 10 Jun 08:02
· 139 commits to main since this release
  • Improve Daily Notes integration. Now the plugin should handle templates and certain advanced date formats correctly, thanks to @liamcain's obsidian-daily-notes-interface library.
  • This also allows complete Periodic Notes integration. It should work with the currently released 0.0.17 version, but also includes experimental compatibility with the 1.0 beta version as well. (partially #51)
  • Add setting to automatically open homepage when all other notes are closed. (#52)
  • Add setting to use homepage settings when opening it normally, like from a link or the files sidebar.
  • Further improve view restoration reliability.
  • Improve UI for when an option is selected that requires a specific plugin, and then that plugin is disabled.
  • Remove mentions of "panes" in the settings as that terminology isn't used officially anymore.

Removals and deprecations

  • The option to directly use Moment syntax is now deprecated and will be eventually removed in a future release. It is recommended to use Daily or Periodic Notes integration instead. If you have a use case that doesn't work with this, let me know.
  • Auto-creation when using Daily Notes cannot be disabled anymore, as it is now managed by that plugin.