Skip to content

1.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 17:13
· 197 commits to main since this release

Fixes

  • Append/prepend to a periodic note that had to be created first would create the note but fail to append/prepend the text. This is now fixed.

New stuff in 1.3.0

Support for triggering Obsidian commands (#77)

Please see the new route docs for details:

Support for Weekly, Monthly, Quarterly, and Yearly Notes (#75)

All of Action UR's existing /daily-note functionality is now also available for anything supported by the Periodic Notes community plugin! Please see the new route docs for details:

Important

Known issue: At the time of writing, the Periodic Notes plugin seems to have a bug that (for some people) prevents creating a new weekly note on any day other than Sunday. liamcain/obsidian-periodic-notes · #185 · Open weekly note only works on Sunday. Since Actions URI uses the Periodic Notes plugin's API, this is not something I can fix. Please follow the issue for updates.

Changes in 1.3.0

  • Actions URI now requires Obsidian 1.3+ .

Fixes in 1.3.0

  • Adds missing return calls to /vault/open and /vault/close. (#76)
  • For some Dataview TABLE queries, the results would be wrapped in an extra array, this has been fixed. (#79)