Actions URI
Obsidian natively supports a custom URI protocol obsidian://
which can trigger various actions within the app. This is commonly used on macOS and mobile apps for automation and cross-app workflows.
This plugin adds new x-callback-url
endpoints to Obsidian so that external sources can better interact with an Obsidian instance by making GET
requests to a obsidian://actions-uri/*
URL. All new routes support x-success
and x-error
parameters as a way of communicating back to the sender.
It’s a clean, somewhat super-charged addition to Obsidian’s own URI scheme.
Author
Carlo Zottmann, [email protected]
- GitHub: @czottmann
- Mastodon: @[email protected] & @[email protected]
- Obsidian: @czottmann
- Website: c.zottmann.org
Projects using Actions URI
- Actions for Obsidian: Useful new Obsidian actions for the Shortcuts app on macOS and iOS, bridging the gap between your notes and your workflows.
Want to see your project here? Drop me a line! (See “Author” section.)
Plugin project status
(Please see Don McCurdy’s post “Healthy expectations in open source” for information about the different statuses.)