Save Meeting Note in Drafts

I recently re-wrote an iOS Shortcut in Drafts for recording meeting notes or meeting minutes. I blogged about it here, but if you just want to see the js for the action step you can look at this gist.

I use it pretty often… I’ll scrabble down some notes during or after a meeting, and I want to associate it with the event for the purposes of my digital diary or just because it doesn’t belong anywhere else. I actually handle sermon notes this way… easier to scribe notes down one handed on a phone while wrestling a little one. :stuck_out_tongue:

I was able to use some really cool features in the Drafts scripting library I hadn’t paid attention to before… the MustacheTemplate stuff is really cool… I had been doing a bunch of String.prototype.replace() stuff up to this point, but it is so much cleaner now.