Kindle-Note-Parser is a NodeJS CLI for splitting notes from your Amazon Kindle into separate markdown files.
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
kparse <InputFile> <OutputDirectory>
Currently, this parser can only output markdown and has some known issues.
For more information, check out the GitHub Repository
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.