
知道 OS X Mountain Lion 儲存 Notes 資料的位置嗎?有沒有辦法可以恢復遺失的筆記?
答案1
註解以 HTML 形式以明顯非標準的二進位格式儲存在~/Library/Containers/com.apple.Notes/Data/Library/Notes/NotesV1.storedata-wal
.
您可以grep
在命令列上取得已知的註解內容,或列印所有註解(儲存為 HTML):
cat ~/Library/Containers/com.apple.Notes/Data/Library/Notes/NotesV1.storedata-wal | grep -aio '<html>.*</html>'
當我寫這個答案時,一旦 Notes 重新啟動並重置數據,我也遇到了問題。下一次啟動時,一切都再次出現,即使我在重置後創建了新筆記(因此新舊筆記在第三次啟動時都存在)。也許只是嘗試退出並重新啟動 Notes?
答案2
我發現這篇文章似乎有幫助: http://applehelpwriter.com/2013/03/02/how-to-recover-disappearing-notes/
cd ~/Library/Containers/com.apple.Notes/Data/Library/Notes; strings NotesV1.storedata | grep body | open -f
答案3
在 OS X Lion (10.7) 上,我在下面的文件中找到了我的筆記。
〜/庫/StickiesDatabase