I've switched from Yojimbo and Evernote and I'm having trouble with scripting; I can't really work it out. I'm using Keep It and my rule used to be:
- Code: Select all
set this_file to theFile
tell application "Evernote.app"
activate
«event EVRNcrnt» given «class kfil»:theFile, «class Ennb»:{"PDFs"}, «class Engg»:{"HMRC"}
end tell
But now I need to switch to Keep It. I've contacted the developer but feel like I've hassled him/her enough so I wanted to see whether anyone on here can help me.
The dev said "You can use "add files" for that.
add files [list of files] with tags {"tag 1", "tag 2"} "
And added this:

I've tried swapping out the terms but my scripting knowledge is beyond poor. Can anyone help me?
Thanks.