概要 Windowsでは、紙とDropboxでテキストファイルを管理していましたが、Evernoteにこれらのテキストファイルを移行する方法を掲載します。 移行方法 以下のスクリプトを「アップルスクリプトエディタ」にペーストします。 set listOfNames to {} set theFolder to choose folder "Select the source folder" tell application "Finder" set filelist to every file of the folder theFolder repeat with currentFile in filelist set currentFileName to (the name of currentFile) set nom to currentFileName if text -4 of