This plugin adds additional x-callback-url
endpoints to Obsidian for common actions — it's a clean, super-charged addition to the built-in Obsidian URIs, for working with daily notes, notes, getting search results etc.
For information about available features and routes please see the documentation.
Bug reports and feature requests are welcome, feel free to open an issue here on GitHub. For discussions, please visit the Plugin Forum ("Log in with GitHub" is enabled).
(Please see Don McCurdy's post "Healthy expectations in open source" for information about the different statuses.)
- Search for "Actions URI" in Obsidian's community plugins browser. (This link should bring it up.)
- Install it.
- Enable the plugin in your Obsidian settings under "Community plugins".
That's it.
- Install BRAT.
- Add "Actions URI" to BRAT:
- Open "Obsidian42 - BRAT" via Settings → Community Plugins
- Click "Add Beta plugin"
- Use the repository address
czottmann/obsidian-actions-uri
- Enable "Actions URI" under Settings → Options → Community Plugins
Clone the repository, run pnpm install
OR npm install
to install the dependencies. Afterwards, run pnpm dev
OR npm run dev
to compile and have it watch for file changes.
Carlo Zottmann, carlo@zottmann.dev, https://c.zottmann.dev, https://github.com/czottmann
- 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.)
- the obsidian-tasks crew for the "starter templates" for the GitHub Action workflow and the handy
release.sh
script
MIT, see LICENSE.md.