dayone-to-quiver

1.0.3 • Public • Published

dayone-to-quiver Build Status

Convert DayOne's Journal.dayone to Quiver notebook file.

Support

  • [x] created_at
  • [x] updated_at is same with created_at
  • [x] tags
  • [x] title
  • [x] content
  • [x] uuid
  • [ ] Image
{
  "created_at" : 1417080157,
  "tags" : [
    "quiver"
  ],
  "title" : "02 - Cells",
  "updated_at" : 1417080595,
  "uuid" : "9686AA1A-A5E9-41FF-9260-C3E0D0E9D4CB"
}

Installation

 npm install -g dayone-to-quiver

Usage

$ dayone-to-quiver --entry Journal.dayone --output output.qvnotebook

    --entry path to Journal.dayone
    --output output path

Convert DayOne's Journal.dayone to Quiver notebook format.

Tests

npm test
# example
 ./bin/cmd.js --entry test/fixtures/Journal.dayone --output test/fixtures/Tutorial.qvnotebook

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i dayone-to-quiver

Weekly Downloads

3

Version

1.0.3

License

MIT

Last publish

Collaborators

  • azu