Hoping one of you Evernote/Applescript gurus can help out here as Im getting desperate! Thought I'd be able to achieve this in automator, but probably not after all…
The issue:
I have been using a finder folder structure to locally store loads of stuff Ive scanned in over time. I started uploading the items to Evernote for the OCR and easy search. For each file uploaded (all to the same notebook) I've used the names of all the folders it belongs to as the tags for that item. So if the following file was located in the finder as:
Then I would manually upload it to "Notebook1" and tag with "Evernote", "House_stuff" and "plans".
The only issue was that I was running into the upload limit - as a result I haven't done it for ages and now I have an enormous backlog of files to sort out and upload. I have however helpfully "tagged" each file that hasn't yet been uploaded by preceding them with a `. So, I have loads of files stashed away deep in folders like:
I am guessing that this would be a task ideally suited to automation via AppleScript - unfortunately , I have only got a rudimentary knowledge! Can anyone help please?!! The workflow would be:
- starting at the Evernote folder level, search inside all the folders and subfolders for all files preceded with a `
- once found, upload to notebook1 (minus the preceding ` character) and tag with all relevant folder names as described above
- rename the original, local file to remove the preceding ` so it is clear that it has been uploaded
- ensure that the upload limit is not going to be breached before each upload to avoid issues!
Anyone up for the challenge? Would really appreciate some pointers if anyone can help.
Idea
r1chyo 0
Hi all,
Hoping one of you Evernote/Applescript gurus can help out here as Im getting desperate! Thought I'd be able to achieve this in automator, but probably not after all…
The issue:
I have been using a finder folder structure to locally store loads of stuff Ive scanned in over time. I started uploading the items to Evernote for the OCR and easy search. For each file uploaded (all to the same notebook) I've used the names of all the folders it belongs to as the tags for that item. So if the following file was located in the finder as:
Home/Documents/Evernote/House_stuff/plans/File1.pdf
Then I would manually upload it to "Notebook1" and tag with "Evernote", "House_stuff" and "plans".
The only issue was that I was running into the upload limit - as a result I haven't done it for ages and now I have an enormous backlog of files to sort out and upload. I have however helpfully "tagged" each file that hasn't yet been uploaded by preceding them with a `. So, I have loads of files stashed away deep in folders like:
Home/Documents/Evernote/House_stuff/plans/ `File1.pdf
I am guessing that this would be a task ideally suited to automation via AppleScript - unfortunately , I have only got a rudimentary knowledge! Can anyone help please?!! The workflow would be:
- starting at the Evernote folder level, search inside all the folders and subfolders for all files preceded with a `
- once found, upload to notebook1 (minus the preceding ` character) and tag with all relevant folder names as described above
- rename the original, local file to remove the preceding ` so it is clear that it has been uploaded
- ensure that the upload limit is not going to be breached before each upload to avoid issues!
Anyone up for the challenge? Would really appreciate some pointers if anyone can help.
Many thanks,
Rich.
Link to comment
4 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.