Skip to content

A script to export your notes from the Vesper iOS app to text files.

License

Notifications You must be signed in to change notification settings

brianpartridge/VesperExport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vesper Export

Description

A script to export your notes from the Vesper iOS app to text files. Exported notes can include markdown formatting with the --markdown switch.

Known Issues

  • This was developed against Vesper 1.003. The data model has changed in newer versions and the script is incompatible with version 2+.
  • Supporting new Vesper data model versions is a moving target. The syncing feature added in 2.0 removes the need for exporting for backup. That said, patches are welcome.

Usage

  • Using a tool like PhoneView:

    • Extract the Vesper-Notes.sqlite3
    • Extract the Attachments directory
  • Create an output directory

  • Move the exported Attachements directory into the output directory and rename it to 'images'.

  • Run vesper-export.py

      python vesper-export.py -f <path to Vesper-Notes.sqlite3> -o <path to output directory> [--markdown]
    
  • Done

License

MIT

Contact

Brian Partridge - @brianpartridge on Twitter and App.Net

About

A script to export your notes from the Vesper iOS app to text files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages