0.1.2 • Published 4 years ago

kindle-note-parser v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Kindle-Note-Parser

Kindle-Note-Parser is a NodeJS CLI for splitting notes from your Amazon Kindle into separate markdown files.

Installation

Use the package manager npm to install kindle-note-parser.

npm install kindle-note-parser

If you want to use Kindle-Note-Parser outside of a project, consider installing it globally.

npm install -g kindle-note-parser

Usage

kparse <InputFile> <OutputDirectory>

Status

Currently, this parser can only output markdown and has some known issues.

For more information, check out the GitHub Repository

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT