The Actions URI plugin is a game-changer for Obsidian users who rely heavily on custom actions and automation. This plugin allows you to easily create custom URI schemes that can be triggered by specific actions, making it easy to automate complex workflows and integrate your notes with other tools and services. With this plugin, you'll be able to streamline your note-taking process, reduce friction, and unlock new possibilities for collaboration and productivity. Whether you're a power user or just looking to optimize your workflow, the Actions URI plugin is definitely worth checking out.
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: https://github.com/czottmann/obsidian-actions-uri/compare/1.7.3…1.8.1