Hello!
I am new to PopClip, and can’t seem to find an extension that will append highlighted text.
I would like to have PopClip append - [ ]
to highlighted text, to create a Markdown task.
I looked at some other Markdown items in the forum, and tried this:
# popclip
name: MD Task
icon: checkbox
javascript: ('- [ ] ' + popclip.input.text)
but it doesn’t do anything.
I’m probably missing something fairly obvious here, but I’d like to learn to create extensions for things like this. What am I missing?
Thanks for your help!