I’m a big user of daily notes, they are my general purpose catch-all for most of my unstructured thoughts - I am looking for ways to reduce the time and friction going from ‘thought’ to ‘capture’.
I am looking to see if anyone has built a quick capture script using applescript for OS X. I’m imagining something like:
I trigger an OS hotkey
A text input dialog appears with dictation turned on
I finish saying my thought (or typing) and hit submit
It is appended to the end of today’s daily note as a bullet markdown.
Do you have Drafts for Mac or iOS? Drafts has a dictation feature or you can type. you can then create a action to append to your daily notes. I use this on my iPhone when I am out and about. I can dictate a note or type it, then tap the action and it appends to my daily note. I keep my Vault in dropbox. on the Mac version you can setup a hotkey to activate the dictation. Drafts does support Markdown so it does integrate well with Obsidian as well as other apps.
I think it’s very interesting what you are exploring here, I would love to achieve the same thing and I believe it’s possible to do so with Applescript.
Besides the text input dialog, I would like this implemented in a way so I can select any text on any browser and the script would append the text to today’s notes in Obsidian. That would be amazing.
And receives the input from a simple AppleScript prompt (not dictated tho)
Once the correct file is picked, since “open in obsidian” doesn’t seem to work, it activates obsidian, brings up the quick switcher, searches the exact title, and then prompts to append the note.
One of the benefits of Obsidian is that all the files are just normal text files, so you don’t even need to go through the hassle of going into Obsidian. The script can append the simple text file.