To be clear, that’s v2, which relies on @argentum’s Natural Language Dates plugin to open/create daily notes (and therefore can use any templates you’re using, thanks to @liam’s interface).
Here’s a simple one to grab the current Safari page, copy it as a markdown link and open Obsidian. A building block for more complex workflows. For example, you could edit the URI to open a specific note.
Update: This shortcut seems to be causing a bug that makes the sharesheet unusable. No clue what the hell is going on there. Maybe don’t use until I can fix it?
Update 2: I believe I have solved the issue. Here’s the updated shortcut:
This shortcut takes your vault name and the name of a note that’s special to you and creates a quick way to open it. You can then add it to the home screen to have a one-tap bookmark to jump to your favourite notes.
Install it repeatedly to use it for multiple notes!
Does anyone know of a shortcut to do audio recordings on iOS and sync them to Obsidian?
I’m imagining the following workflow:
on mobile: command to start audio recording (e.g. triple tap on back of phone or simultaneously press volume down + lock key or do triple tap with headphones or Siri command or whatever)
re-use same command to stop audio recording
recording is saved to Google Drive or wherever the Obsidian Vault is synced to
on desktop later, one has a note that embeds a search for all audio files in Vault sorted from most recent to oldest
then: listen to audios, digest and further process ideas in them
Shortcuts is sandboxed, so you can’t by default save it to the same file folder in an Obsidian vault every time. Still, if you don’t mind choosing where to save the recording each time, this is a start:
Re the coding environment: it’s actually pretty simple. Clone the repo wherever, run npm i (to install packages for the repo), run npm run dev (for builds), then open it in VS Code.
@juen
I am not using it but I heard that using data jar you may store variables for shortcuts, some people using it for podcasting setup for example https://datajar.app/
Also, I imagine you could write your own widgets and scripts for iOS in JavaScript using Scriptable (I also don’t use it and don’t have access to Obsidian on mobile, so I don’t know how they could interact ), I could imagine that you could write a script that will show you a list of the last edited fils as a widget and allow you to open it in Obsidian
This Obsidian URL shortcut worked the first time I tried it but it stopped working after that. I need to power cycle my iPad to get it working again. Latest public release of iOS on iPad Pro 9.7”. It shows up when I press share but nothing happens when I press it.
Ok so I believe the problem was it was using x-callback and that was waiting for a response and totally borking the share sheet. Here’s an updated that just uses the Open URL action: