Is there a plugin to enable Whisper-quality voice transcription into a Drafts note? I have an OpenAi account and API but I haven’t found a way to use it with Drafts.
I would hope with the coming of iOS and Apple OS 26 there would be much less need to rely on third party AI to do text recognition and clean up… but realistically there may be away to go on that.
You could use the OpenAI API directly with a Drafts action that sends audio to the Whisper endpoint, but I’m not aware of a ready-made plugin for it yet. Some people have set this up using a Drafts script step with fetch() to call the API, then insert the returned text into a draft. You might want to check the Drafts Directory for any shared actions that handle audio uploads.