Lately, I’ve been using this app called Capture.app Version 2.7.1 (94). It’s a stripped-down version of Drafts. I would like to get a PopClip extension for this app so that I could copy directly into Capture by using PopClip. Alas, I am a novice. If someone out there can assist me, I am sure a lot of people will get benefit out of this app as well. Thank you.
1 Like
This is a rather simple start point but it works. Feel free to have fun with it!
# PopClip
name: Capture Clipper
icon: symbol:doc.badge.plus
javascript: |
let text = popclip.input.text.trim()
let encoded = encodeURIComponent(text)
popclip.openUrl(`capture://create?content=${encoded}`)
I’ve had good success using Claude AI to get macros written for Keyboard Maestro and am even vibe coding my first Apple app with it. I’d be surprised if it couldn’t come up with what you are looking for.