Evernote笔记本备份

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Evernote笔记本备份相关的知识,希望对你有一定的参考价值。

  1. (*
  2. Script to backup your Evernote notes.
  3. Each notebook is backed up to a seperate file with the same name as the notebook
  4.  
  5. Change the contents of backupFolder to your chosen backup location
  6.  
  7. Please feel free to use or amend this script as you wish.
  8.  
  9. No warrenty or guarantee is given or implied, you use this script entirely at your own risk.
  10. *)
  11. with timeout of (30 * 60) seconds
  12. tell application "Evernote"
  13. activate
  14. set backupFolder to "/Users/UserName/Evernote/"
  15. set allNotebooks to every notebook
  16. repeat with currentNoteBook in allNotebooks
  17. set notebookName to (the name of currentNoteBook)
  18. set allNotes to every note in notebook notebookName
  19. set exportFilename to (backupFolder & notebookName & ".enex")
  20.  
  21. export allNotes to exportFilename
  22. end repeat
  23. end tell
  24. end timeout

以上是关于Evernote笔记本备份的主要内容,如果未能解决你的问题,请参考以下文章

如何在 iOS 中从 Evernote 笔记中获取文本

Ubuntu16.04安装印象笔记

印象笔记(evernote)开启网页剪藏功能,需浏览器开启接受第三方cookies,不知在猎豹浏览器中该怎么操作

印象笔记 剪藏(Evernote WebClipper) bug 记录

笔记evernote

javascript笔记(Evernote)