Member-only story
Bring the power of Apple Shortcuts to Obsidian
I’ve mentioned before that I have been using Obsidian more and more, and from a knowledge management perspective, it’s fantastic, with a plethora of plugins that extend its functionality to connect to many external services. But as a cross-platform Electron application, integration with the host operating system is one of the places it fails. As the underlying data store is a folder of files, some integration is possible there, but Obsidian has minimal awareness of changes that happen.
Actions for Obsidian aims to add a degree of interaction between Apple’s fantastic shortcuts and Obsidian. It’s a start!
Video version
Want to watch a video version of the post?
Installation and setup
You need two components to get the actions working with Obsidian. First, add the Actions URI plugin to Obsidian, which handles incoming requests using Apple’s internal callback URL system that allows you to communicate with other installed applications.
The second is the Actions for Obsidian application, which adds the actions to Shortcuts and provides minimal preferences and license management. The app has an onboarding flow, prompting you…