Evernote笔记本备份
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Evernote笔记本备份相关的知识,希望对你有一定的参考价值。
(* Script to backup your Evernote notes. Each notebook is backed up to a seperate file with the same name as the notebook Change the contents of backupFolder to your chosen backup location Please feel free to use or amend this script as you wish. No warrenty or guarantee is given or implied, you use this script entirely at your own risk. *) with timeout of (30 * 60) seconds tell application "Evernote" activate set backupFolder to "/Users/UserName/Evernote/" set allNotebooks to every notebook repeat with currentNoteBook in allNotebooks set notebookName to (the name of currentNoteBook) set allNotes to every note in notebook notebookName set exportFilename to (backupFolder & notebookName & ".enex") export allNotes to exportFilename end repeat end tell end timeout
以上是关于Evernote笔记本备份的主要内容,如果未能解决你的问题,请参考以下文章
印象笔记(evernote)开启网页剪藏功能,需浏览器开启接受第三方cookies,不知在猎豹浏览器中该怎么操作