Actions URI

by Carlo Zottmann
favorite
share
Score: 76/100
Description
Category: File Management

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.

Stats
151
stars
66,446
downloads
8
forks
959
days
23
days
23
days
19
total PRs
0
open PRs
3
closed PRs
16
merged PRs
71
total issues
4
open issues
67
closed issues
156
commits
Latest Version
24 days ago
Changelog

New stuff

  • All /note routes that return note information (like path, UID, body, etc.) now also return a result-uri-path and result-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 to false, 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 to result-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

README file from