Capture.App by Sir Studio

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}`)