Jump to content

Import tool folder (with subfolder) for mac


Recommended Posts

  • Level 5*
On 2017-12-03 at 1:12 PM, franckcologne said:

HI would like to import folders and subfolders (with files) to evernote for mac. There´s an import tool for evernote for windows but not an import tool for evernote for mac. Is there a workaround for mac? I haven´t seen the correct tool yet.

I use an import folder on my Mac using the Folder Actions feature5a259c4c59e6c_ScreenShot2017-12-04at11_02_09.png.8c3ed067d127bb767763f7e5eb905541.png

Create a folder
Right-click, Services > Folder Actions
Then actually set up the folder actions

5a259cace07d3_ScreenShot2017-12-04at11_05_39.png.26cec5fc42f0738be076aecc3c838a14.png

The script (Applescript) can be as complicated as you like
Here's the minimum

on adding folder items to this_folder after receiving new_Files
        delay 5
        repeat with new_file in new_Files
          tell application "Evernote" to create note from file new_file
          tell application "Finder" to delete new_file
       end repeat    
end adding folder items to

The scripts are stored in folder /Users/<user>/Library/Scripts/Folder Action Scripts

Link to comment

Archived

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

×
×
  • Create New...