Jump to content
  • 0

(Archived) TIP: File This Fetch Applescript


learned

Idea

I started playing with File This Fetch which I am finding very nice for retrieving statements. When they populate Evernote however, they import with the correct created date, but a modified date of today. Technically correct, but I prefer having both dates the same unless I have done something to the note. The following AppleScript fixes that lil problem.

tell application "Evernote"

set theSelection to (selection)

repeat with theNote in theSelection

set modification date of theNote to creation date of theNote

end repeat

end tell

Link to comment

1 reply to this idea

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...