Skip to content

azu/dayone-to-quiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dayone-to-quiver Build Status

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

Support

dayone-to-quiver support DayOne v1 Journal.dayone format.

We don't know DayOne v2, but welcome to pull request.

Supported Quiver Data Format

  • created_at
  • updated_at is same with created_at
  • tags
  • title
  • content
  • 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

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published