Hi, this is my first post, I've been reading the site and it's great!
I've searched for this on the forum and couldn't find anything related.
I want to automatically tag the current year in Evernote using Textexpander or AppleScript or anything, really. So I got a rule that runs an applescript when a file gets tagged on Yosemite.
tell application "Evernote"
activate
create note from file theFile notebook {"Archives"} tags {".y", "othertag"}
end tell
Problem is that I want Textexpander to replace ".y" with the current year when creating the evernote tag.
I'm open to suggestions if you can provide a better method, maybe using applescript only, maybe using automator, I don't know, I've tried everything and I'm just tired of this thing.
Thanks!