Sometimes I rename a file or make a small change to a note (fix a typo etc), but I don't want to change to the modification date since that's my default sort method.
My idea is to have a quick script that would set the modification date to be equal to the created date. I could run this for a keystroke after I make a small tweak but want the file to stay in it's place.
Not looking for criticism of my workflow, just a little help with the script.
The busted script:
tell application "Evernote"set x to selectionset (modification date of x) to (creationDate of x)end tell
The error:
Can’t get creation date of {note id "x-coredata://15696A7B-2038-4C69-B1DB-2ED049C1A7C3/ENNote/p1728" of notebook ".Inbox" of application "Evernote"}.
Idea
deiffert 0
Sometimes I rename a file or make a small change to a note (fix a typo etc), but I don't want to change to the modification date since that's my default sort method.
My idea is to have a quick script that would set the modification date to be equal to the created date. I could run this for a keystroke after I make a small tweak but want the file to stay in it's place.
Not looking for criticism of my workflow, just a little help with the script.
The busted script:
The error:
Any ideas would be greatly appreciated!
Link to comment
6 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.