Obsidian plugin and service that connects your editor to AudioPen or VoiceNotes to transcribe audio files and add them to your notes.
This is based on the amazing work trashhalo did with obsidian-webhooks, but updated and extended to work with AudioPen and VoiceNotes.
Audiopen-Obsidian Sync plugin settings in ObsidianFor detailed instructions, read on:
You can follow the same instuctions to add the webhook to VoiceNotes
After you did 1-4 above, you'll have a webhook url and a token.
The webhook URL looks like this: https://europe-west1-audiopen-obsidian.cloudfunctions.net/webhook/ab97f2f036a143f5d3555e5fc3f4e833

Beta Program and enable the toggleIntegrations section, click Set up integrations


You can create custom templates for your notes by creating a audiopen-template.md file (name it anything you want), preferably in your template folder with your other templates.
You can use the following variables in your template:
{title} - title of the AudioPen note{body} - rewritten version of the note{orig_transcript} - original transcript of the note{id} - AudioPenID - if you remove this from the template, it won't be able to append or update notes and will always create a new one.{date_created} - date created in AudioPen{date_formatted} - date created formatted to link to your daily notes, uses settings in periodic notes plugin, or daily notes plugin if periodic notes isn't installed.{tagsAsLinks} - AudioPen tags formatted as list of [[Links]] for Obsidian properties{tagsAsTags} - AudioPen tags formatted as a list of tags for Obsidian properties{platform} - platform used to transcribe the note (audiopen or voicenotes)Note: Both
{tagsAsLinks}and{tagsAsTags}are rendered as a simple list like:- "[[Link one]]" - "[[Link two]]"They currently don't handle empty states for you, that's why I suggest always having one tag or one link in the template before you insert
{tagsAsLinks}or{tagsAsTags}. As you can see in the example templates, I added a tag#audio-penand a link to the current daily note using{date_formatted}. Otherwise if you don't add any tags in AudioPen, and the template only contains{tagsAsLinks}or{tagsAsTags}, the template YAML properties won't be valid.
Use custom template on and select your template in the dropdown below.If you sign up to AudioPen or VoiceNotes with a link from this readme, I'll get a little kickback at no cost to you. You can also:
or become a Github Sponsor
And while you're at it, you might be interested in some of the other things I think about and create. You can find my work slow.works and read about my thoughts on Substack