Convert DayOne's Journal.dayone to Quiver notebook file.
dayone-to-quiver support DayOne v1 Journal.dayone format.
We don't know DayOne v2, but welcome to pull request.
- 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"
}
npm install -g dayone-to-quiver
$ 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.
npm test
# example
./bin/cmd.js --entry test/fixtures/Journal.dayone --output test/fixtures/Tutorial.qvnotebook
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT