/MacJournaltoDayOne

A MacJournal -> Day One importer, written in Python

Primary LanguagePythonOtherNOASSERTION

MacJournal to Day One

This script reads a MacJournal export file and import it into Day One. The script was forked from Sasmito Adibowo and updated to work with the newer version of Day One.

Usage

Example:

MacJournalToDayOne.py input-file.txt --journal="Staging"

Command Line Options

  • First parameter is the file name of the MacJournal export file
  • Option --journal specifies a pre-existing in Day One to target the import records. The default is MacJournal Import.

How to Use

  1. Install the Day One command line tool.
  2. Create a new journal in Day One.
  3. Export a journal from MacJournal, as text file containing all entries
  4. Run MacJournalToDayOne to import to the new journal in Day One.
  5. Use Day One to inspect the resulting journal.
  6. If satisfied, move the imported journal to your regular journal

System Requirements