dayone-to-quiver
v1.0.3
Published
DayOne Journal to Quiver
Downloads
13
Readme
dayone-to-quiver
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
- 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
License
MIT