Actions URI 1.8.1 was released today.
- Find it in Obsidian’s Community Plugins
- Check the GitHub release page: Release 1.8.1 · czottmann/obsidian-actions-uri · GitHub
New stuff
- All
/note
routes that return note information (like path, UID, body, etc.) now also return aresult-uri-path
andresult-uri-uid
(where available), containing URLs that can be used to link to the note from other places on the same device. - The new standard, optional boolean parameter
hide-ui-notice-on-error
can be used to suppress the UI notice on errors like “note not found”. Defaults tofalse
, so by default the UI notice will be shown as usual.
Removals
As announced last year (see 1.6.0, 2024-07-23), the periodic note routes are now gone for good. All their functionality is now part of the /note
routes.
No longer broken
x-success
results will no longer wrap undefined values as strings, so let’s bid farewell toresult-some-value=undefined
.
Changes
- Minor cleanups of the settings tab.
Development
Adds a E2E test suite, see tests/README.md
for details. This is a work in progress, and will be expanded over time.
Full Changelog: 1.7.3…1.8.1