Converts exported kindle highlights to other formats.
After reader finishes a Kindle book it is handy to place highlights from the book
into some readable format for revisiting it later.
The highlights
utility is created to convert exported highlights to other formats
more suitable for placing into note-taking software.
Use cargo to install the highlights
tool locally:
cargo install highlights
Usage: highlights [SOURCE] [TARGET]
Arguments:
[SOURCE] input file
[TARGET] output file
Options:
-h, --help Print help information
-V, --version Print version information
Read highlights from the bookcision json file and render to the output stream.
highlights input.json
Read highlights from the bookcision json file and render to the file.
highlights kasparov.json kasparov.md
The highlights are suitable for importing into the Obsidian or similar software that works with Markdown format.
A free bookcision service provides a way to export kindle highlights to the json file. Highlight support those files as an input.
You can check resulting formatted highlights in samples
directory.
default_markdown.md
- example of markdown highlights with default formatter;