What are people doing in July 2025 ?
I tried some older shortcuts
but they weren’t reliable.
I also tried the “Hey Siri, can you make a note in Obsidian”
What are people doing in July 2025 ?
I tried some older shortcuts
but they weren’t reliable.
I also tried the “Hey Siri, can you make a note in Obsidian”
Here’s a step-by-step guide based on my setup for quickly recording a task or note and saving it to Obsidian using Quick Capture:
Open App
Obsidian
This ensures that Obsidian is launched when the shortcut is run.
Action: Choose from Menu
Menu Items:
Dictate
Write
This lets you choose whether to dictate or type the task manually.
Action: Dictate Text
Action: Set Variable
inputText
Dictated Text
The dictated input is stored as a variable inputText
.
Action: Ask for Input
Tell me
Action: Set Variable
inputText
Ask for Input
This allows manual typing and saves it to inputText
.
Action: Text
Content:
- [ ] (@Current Date) inputText
The [ ]
makes it a task in Obsidian, and it includes the current date and your input.
Quick Capture
Text
(from above)ToDoS
(your chosen Obsidian vault or note location)This sends your task to the specified location in Obsidian.
Action: Wait
5 seconds
(optional but gives time for Quick Capture)Action: Go to Home Screen
This ends the shortcut cleanly and returns you to the home screen.
You tap your shortcut → choose Dictate or Write → speak or type your task → it is timestamped and sent to Obsidian as a checkbox task.
I hope you get a sense of how to implement it on your end.
Cheers, Marko
I dictate into Drafts or Notes, then later copy it over to Obsidian. (I could setup a nice automation in Drafts to template and transfer it, but I haven’t had the patience to learn how.)