Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.
/ notes-export Public archive

Export HTML copies of Apple Notes

License

Notifications You must be signed in to change notification settings

alexwlchan/notes-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

notes-export

Export HTML copies of your notes from Apple Notes

I have tested this on the OS X El Capitan GM and a few of the developer seeds (I can't remember which ones); it probably doesn't work on older versions.

To go in the other direction, see Steven Frank's notes-import script.

--
-- notes-export.scpt
-- Alex Chan <[email protected]>
--
-- Export all the notes from Notes.app into a folder as HTML text.
-- A very basic backup script.
--
-- Usage:
--  * Open this file in Script Editor
--  * Run
--  * Select a folder to export files to
--
-- Output:
--  * A collection of (Latin-1 encoded) HTML files
--  * A list of attachment names for each note.
--
-- Known issues:
--  * Only the names of attachments are exported, not the files
--    themselves.  (Look for the files in
--    ~Library/Group Containers/group.com.apple.notes/Media).
--  * Some attachment types (e.g. app links) show up as "Missing value"
--  * Some formatting is lost.
--  * A note with the same title as a previously exported note will be
--    overwritten.
--  * It will exported notes in the "Recently Deleted" folder which
--    haven't been purged from disk yet.
--

About

Export HTML copies of Apple Notes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published