/reportermd

Convert ReporterApp entries to markdown. Also import said markdown files into DayOne.

Primary LanguagePythonMIT LicenseMIT

Reporter MD

Convert your Reporter App entries into markdown, then import them into Day One... If you want. Example here

General Usage:

python reportermd <date> <dayone>

*Dates MUST be in YYYY-MM-DD format

To see command help run:
reportermd -h
To create a markdown file from all reporter app entries on October 28th 2015 run:
reportermd 2015-10-28
To create a markdown file from all reporter app entries on October 28th 2015 and import them into dayone for that same day:
reportermd 2015-10-28 --dayone=True

*Removes the markdown file when complete.


Installation

With pip: pip install reportermd

With easy_install: easy_install reportermd

From Source:

  1. git clone https://github.com/sambev/reportermd.git
  2. cd reportermd
  3. python setup.py install

Requirements:

Tested on python 2.7.10